Configuring WebSphere Application Server applications with the WebSphere administrative console

You can manually configure WebSphere applications using the WebSphere Application Server administrative console.

Procedure

Do the following steps on each client computer:

  1. In an editor, open the pdq.properties file in the following directory:
    • On Linux, UNIX, and Windows: DTRC_installation_dir/pureQuery/
    • On z/OS®: /usr/lpp/pqrnn/lib/IBM, where nn is the release version of pureQuery Runtime.
  2. Modify the CLASSPATH environment variable and add the following entries:

    The jar files must be in the same classpath as the JDBC driver.

    On Linux, UNIX, and Windows:
    DTRC_installation_dir/pureQuery/pdq.jar
    On z/OS:
    /usr/lpp/pqrnn/lib/IBM/pdq.jar where nn is the release version of pureQuery Runtime.
  3. Add the path to a configured pdq.properties to your CLASSPATH environment variable, or ensure that a configured pdq.properties file exists in your application folder.

    By default, pdq.properties is installed in the C:\Program Files\IBM\IBM_Data_Tools\pureQuery directory.

  4. For WebSphere® applications, restart the application server to load the JAR files. This step must be done every time you update the JAR files.

Results

WebSphere applications are now configured.

Feedback