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
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
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
** 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
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