2011/10/21 Brian Jones <bjone...@uwo.ca>: > > That defiantly makes sense. Are there any known workarounds for using > java.util.logging instead of log4j even if the log4j.jar file is present? >
You will need to read Commons Logging documentation for that. http://wiki.apache.org/commons/How_to_Configure_the_Logging_Factory_and_the_Logging_Class http://commons.apache.org/logging/apidocs/org/apache/commons/logging/package-summary.html#package_description Apparently you will need to set up the following system property before starting Tomcat (e.g. in a bin/setenv.bat file): org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org