[Bug 827922] Re: On Tomcat6 shutdown web apps are not able to log anything
mdxyz
827922 at bugs.launchpad.net
Wed Aug 17 13:07:11 UTC 2011
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()).warning("init");
}
public void destroy() {
Logger.getLogger(getClass().getName()).warning("destroy");
}
** Attachment added: "test.war"
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/827922/+attachment/2285827/+files/test.war
--
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 anything
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/827922/+subscriptions
More information about the Ubuntu-server-bugs
mailing list