[Bug 827922] Re: On Tomcat6 shutdown web apps are not able to log anything

2011-08-19 Thread James Page
As this is fixed in 6.0.26+ marked as 'Fix Released' and Nominating for Lucid. ** Changed in: tomcat6 (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat6 in Ubuntu. https://bugs.lau

[Bug 827922] Re: On Tomcat6 shutdown web apps are not able to log anything

2011-08-19 Thread James Page
I suspect this issue is associated with this bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=48831 As all shutdown handlers are fired in parallel its possible the logging handler shutdown hook completes before the Catalina server shutdown hook resulting in no logging. ** Bug watch adde

[Bug 827922] Re: On Tomcat6 shutdown web apps are not able to log anything

2011-08-19 Thread James Page
mdxyz - thanks for the test.war - helped alot with confirming this issue. I was able to confirm this problem using the init script. There are two ways of shutting down a running tomcat6 instance: 1) Send it the TERM signal - this is what the init script does through start-stop-daemon; when tomca

[Bug 827922] Re: On Tomcat6 shutdown web apps are not able to log anything

2011-08-19 Thread Dave Walker
** Changed in: tomcat6 (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat6 in Ubuntu. https://bugs.launchpad.net/bugs/827922 Title: On Tomcat6 shutdown web apps are not able to log anythin

[Bug 827922] Re: On Tomcat6 shutdown web apps are not able to log anything

2011-08-17 Thread mdxyz
Please find attached this small test web app which will simply log "init" if the Servlet's init() method is called and "destroy" when the destroy() method is called. public void init(ServletConfig config) throws ServletException { Logger.getLogger(getClass().getName()).warn