https://bz.apache.org/bugzilla/show_bug.cgi?id=69584
K <longhorns1...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |FIXED --- Comment #4 from K <longhorns1...@gmail.com> --- tomcat-juli implements the java.util.logging interface that tomcat core uses so it should and does function with different version. If I implemented a custom version of java.util.logging this would still be an issue. The catalina.sh stop command is applying system properties to initialize the implementation of java.util.logging with LOGGING_MANAGER but not the logging configuration CATALINA_LOGGING_CONFIG. I can make a work-around for this by initializing LOGGING_MANAGER, in setenv.sh, with both system properties for java.util.logging.manager and java.util.logging.config.file though this seems like an over-site to initialize the java.util.logging log manager without the configuration. -- 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