Previous Topic: Configure WorkPoint Administrative Tools on WebSphere

Next Topic: Edit workpoint-client.properties

Edit init.bat/init.sh

To edit init.bat/init.sh

  1. In a text editor, edit one of the following files:
  2. Uncomment the following lines in the section for IBM WebSphere 6.1.0.7 application servers:

    Note: The following lines exist in init.bat. The corresponding lines in init.sh vary slightly.

    SET JAVA_HOME=C:\WebSphere\AppServer\java\jre
    SET WAS_HOME=C:\WebSphere\AppServer
    SET WAS_EXT_DIRS=%JAVA_HOME%\lib;%JAVA_HOME%\lib\ext;%WAS_HOME%\classes;%WAS_HOME%\lib;%WAS_HOME%\lib\ext;%WAS_HOME%\properties
    SET WAS_BOOTCLASSPATH=%JAVA_HOME%\lib\ext\ibmorb.jar;%WAS_HOME%\properties
    SET PATH=%JAVA_HOME%\bin
    SET JAVAXPARMS=-Xbootclasspath/p:%WAS_BOOTCLASSPATH%
    SET JAVADPARMS=-Djava.ext.dirs=%WAS_EXT_DIRS%
    SET WP_CLASSPATH=../lib/wpClient_ibm.jar;%WP_CLASSPATH%
    

    Note: Do not comment the WP_CLASSPATH entry in the COMMON WP_CLASSPATH section.

  3. If necessary, replace the values for JAVA_HOME and WAS_HOME with the appropriate paths for your environment.