Tivoli Composite Application Manager for Application Diagnostics, Version 7.1    

Modify LIBPATH and CLASSPATH

Modify the LIBPATH and CLASSPATH definitions in the WebSphere® servant region.

LIBPATH is an environment property that contains an existing value (used by ITCAM). Add the path of the Transactions directory described above, separated by a colon (:).

To modify LIBPATH perform the following steps:

  1. Log into the IBM® WebSphere Application Server administrative console.
  2. Depending on your application server version, perform one of the following procedures:
    Table 1. Navigation to modifying LIBPATH in the IBM WebSphere Application Server administrative console
    Version 6.1 or 7 application server
    1. Click Server > Application Servers and select the server_name.
    2. In the Configuration tab, navigate to Server Infrastructure > Java™ and Process Management > Process Definition > Servant > Environment Entries > Custom Properties.
    Version 6.0 application server
    1. Click Server > Application Servers and select the server_name.
    2. In the Configuration tab, navigate to Server Infrastructure > Java and Process Management > Process Definition > Servant > Custom Properties.
  3. Edit the field LIBPATH. Add a colon (:) and then the path of the Transactions directory. Example: :/usr/lpp/itcam/ittsvt/FOR_ITCAM

CLASSPATH is a general property of the servant region JVM, often containing no entries. If there is an entry, add the new entry as a new line with no separators. Add the full path and name of the cytapi4j.jar file.

To modify CLASSPATH perform the following steps:

  1. Log into the IBM WebSphere Application Server administrative console.
  2. Click Server > Application Servers and select the server_name.
  3. In the Configuration tab, navigate to Server Infrastructure > Java and Process Management > Process Definition > Servant > Java Virtual Machine.
  4. Edit the field Classpath. Add a new line with the full path and name of the cytapi4j.jar file. Example: /usr/lpp/itcam/ittsvt/FOR_ITCAM/cytapi4j.jar