This section gives information specific to deploying to a JEE environment.
It includes topics on the following:
- Setting up the J2EE runtime environment
- Working with Enterprise JavaBeans™ (EJB)
- Connectivity in a J2EE environment, including understanding and
working with JDBC drivers and the TCP/IP listener application.
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 .
- 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 .