Change in import/export functionality

In earlier versions, you could deploy a JSP application into an EAR file that contained multiple WAR files and application definition files using Import/Export. This functionality is no longer available. To deploy a JSP application into an EAR file, you must now use the application server.

StepsDeploying a JSP application into an EAR file

  1. Export the JSP applications to an XML file.

  2. Create a separate WAR file for each JSP application.

  3. Import the XML file.

  4. Deploy the WAR file to the application server (Tomcat).