Sun OpenSSO Enterprise 8.0 Installation and Configuration Guide

OpenSSO Enterprise Pre-Deployment Tasks

  1. Set the -Xmx JVM option to -Xmx1024m.

  2. Add the -Dcom.iplanet.am.cookie.c66Encode=true JVM option to the JAVA_OPTS variable in the Tomcat catalina.sh or catalina.bat script. For example, for catalina.sh:

    if [ -r "$CATALINA_HOME"/bin/tomcat-juli.jar ]; then
    JAVA_OPTS="$JAVA_OPTS
    -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
    -Dcom.iplanet.am.cookie.c66Encode=true"