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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to