Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The following page has been changed by ole: http://wiki.apache.org/tomcat/FAQ/Logging ------------------------------------------------------------------------------ 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: - 182 # Set juli LogManager if it is present + # 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]