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:
- Log into the IBM® WebSphere Application Server administrative
console.
- 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 |
- Click Server > Application Servers and select the server_name.
- In the Configuration tab, navigate to Server Infrastructure > Java™ and Process Management >
Process Definition > Servant > Environment Entries > Custom
Properties.
|
| Version 6.0 application server |
- Click Server > Application Servers and select the server_name.
- In the Configuration tab, navigate to Server Infrastructure > Java and Process Management >
Process Definition > Servant > Custom Properties.
|
- 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:
- Log into the IBM WebSphere Application Server administrative
console.
- Click Server > Application Servers and select the server_name.
- In the Configuration tab, navigate to Server Infrastructure
> Java and Process Management
> Process Definition > Servant > Java Virtual
Machine.
- 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