facebook

File/Export for WAR not including Java EE 6

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331758 Reply

    davout
    Participant

    I’m trying to deploy a Web app I’ve developed in MyEclipse R10.6 IDE to a remote tomcat server.

    I’ve noticed that if I choose File/Export and select the ‘WAR (MyEclipse)’ option then all the jar files included in the default ‘Java EE 6 libraries’ are not included in the resulting WAR file. Is this correct? Am I supposed to have these JARS deployed myself onto the remote Tomcat Server?

    Also there are two WAR file export options – ‘WAR’ and ‘WAR (MyEclipse)’. What’s the difference?

    #331794 Reply

    Brian Fernandes
    Moderator

    davout,

    The behavior is intended as the JEE libraries are almost always part of the server environment in which you deploy your application. Even when deploying from MyEclipse directly, we do not deploy this container, those JARs will be provided by the server.

    As far as the difference in the two export operations is concerned, the WAR (MyEclipse) option is specifically written by us for use in Exporting MyEclipse web projects. The other one comes from the Webtools project and can be used in case you have WTP web projects. These two will be consolidated in MyEclipse 11.0.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: File/Export for WAR not including Java EE 6

You must be logged in to post in the forum log in