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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to