Deploying to a JEE environment

This section gives information specific to deploying to a JEE environment. It includes topics on the following:

After deployment

After you deploy your files to a dynamic Web project, take the following actions to export to your application server:
  • For a partially JEE-compliant application server such as Apache Tomcat, right click the Web project, then click Export > Web > War file.
  • For a fully JEE-compliant application server such as WAS: ensure that the application.xml file includes your database-access information, then right click right click the Web project, then click Export > Java EE > EAR file.

Feedback