Previous Topic: Define the JAVA_HOME environment variableNext Topic: Set Up Java on the System i


How to Configure the Server for Run-time

To configure the server for run-time, do the following:

  1. Copy the ObJava directory from the CA Plex directory on your client machine to the remote server.

    Note: You do not require some sub-folders of Objava run-time applications. For example, you do not need to copy the apache-ant and src sub-folders.

  2. After building your Java application’s server functions on a client, transfer the resulting JAR file to the server.
  3. Administer the Java Dispatcher for CA Plex by one of the following methods:

    Using the batch file is the simplest option. The use of a web server is more appropriate for production applications.

For more information about instructions on starting the Dispatcher, see Using a Batch File to Start the Java Dispatcher in the online help.

For more information about web servers, see Setting Up a Web Server in the online help.

As an alternative to the Java Dispatcher, you can use the EJB runtime proxy to manage communications in distributed Java applications. For more information, see the online help.