AquaLogic Interaction Upgrade Guide for 6.0 to 6.5 MP1 on Windows

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Preparing Tomcat for AquaLogic Interaction

This topic describes configuration of Tomcat required prior to the installation and deployment of ALI.

  1. Create the directory tomcat_home/conf/Catalina/localhost, if necessary. On a fresh install of Tomcat 6.0, this directory might not exist. If the directory does not exist, you must create it.
  2. On AIX, HP-UX, and Solaris, verify that Tomcat is configured to use a valid 64–bit Java SDK.
  3. On AIX, HP-UX, and Solaris, add -d64 to Tomcat's Java options. To do this, edit your Tomcat catalina.sh script. Add -d64 to the JAVA_OPTS environment variable. For example:
    	JAVA_OPTS="-d64 ${JAVA_OPTS}"
    	Export $JAVA_OPTS

  Back to Top      Previous Next