Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For another example of how to set this look in catalina.sh for Tomcat 6.0.16 on lines 182-185. The statements look like this:

Wiki Markup
182 \# Set juli [LogManager] if it is present if \[-r "$CATALINA_BASE"/conf/logging.properties \]; then
   JAVA_OPTS="$JAVA_OPTS "-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" "-Djava.util.logging.config.file="$CATALINA_BASE/conf/    logging.properties" fi

...