https://issues.apache.org/bugzilla/show_bug.cgi?id=49509
--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-06-27 22:28:55 EDT --- > Why not just have it read from > $JAVA_HOME/lib/logging.properties by default, like any other Java application? It does, from $JRE_HOME/lib/logging.properties. There is a rule in the conf/catalina.policy to allow reading that file. There are chances that your logging is misconfigured. Tomcat JULI is just an implementation of java.util.logging (JUL), and unless JUL is configured to use JULI when the application starts (using those java.util.logging.* properties passed by catalina.sh) it will not be used. Moreover, Tomcat does not use it directly, but through the commons-logging library. That would be a question for the users@ mailing list. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org