Previous Topic: How to Copy the Objava Directory to the System iNext Topic: Java Classes Optimization


How to Configure the Java Dispatcher on the System i

The following instructions assume you are using the JDBC driver from the System i Toolbox for Java. The Dispatcher must be configured with the necessary JDBC settings to ensure that the System i Toolbox for Java classes are available on the class path.

To configure the Java Dispatcher

  1. Create a directory at the top-level of the IFS. For example, /PlexJava.
  2. Change the settings in the obsrv.properties file. Descriptions of these settings can be found in the CA Plex help. A typical example follows with the necessary modifications in bold. Each entry should be on a single line.

Environment.Default.Driver=
    com.ibm.as400.access.AS400JDBCDriver
Environment.Default.DataSource=
    jdbc:as400://MACHINE/LIBRARY
Environment.Default.User=USERID
Environment.Default.Password=PASSWORD