EGL Reference Guide for iSeries


Setting up the J2EE run-time environment for EGL-generated code

EGL-generated Java programs and wrappers run on a J2EE 1.3 server such as WebSphere Application Server (WAS) 5.1, on the platforms listed in Run-time configurations.

Your primary tasks when embedding generated Java classes into a J2EE module are as follows:

  1. Place output files in a project, in either of two ways:
  2. Place a linkage properties file in the module (see Deploying a linkage properties file).
  3. Eliminate duplicate jar files.
  4. Export an enterprise archive (.ear) file, which may include Web application archive (.war) files and other .ear files; for details on the procedure, see the help pages on export.
  5. Import the .ear file into the Web application server that will host your application; for details on the procedure, see the documentation for your Web application server.

You may need to fulfill these tasks as well:


Related concepts
Development process
Java program, page handler, and library
Linkage options part
Linkage properties file
Run-time configurations


Related tasks
Deploying Java applications outside of J2EE
Deploying a linkage properties file
Eliminating duplicate jar files
Generating deployment code for EJB projects
Generating into a directory
Generating into a project
Providing access to non-EGL jar files
Setting deployment-descriptor values
Setting the JNDI name for EJB projects
Setting up a J2EE JDBC connection
Setting up the J2EE server for CICSJ2C calls
Setting up the TCP/IP listener
Understanding how a standard JDBC connection is made
Updating the deployment descriptor manually
Updating the J2EE environment file


Related reference
Java run-time properties (details)
Linkage properties file (details)


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]