1 Reply Latest reply on Nov 15, 2004 12:10 PM by sjneworleans

    Tomcat Servlet Destroy method

    sjneworleans

      Hello, I currently have several servlets running in Tomcat 4.1. When tomcat shuts down the destory() method of each servlet writes a file to let other programs know that they are dead. We now need to move these servlets into JBOSS, running Tomcat 4.1. Moving the site was easy, but when the JBOSS server is shutdown, it is not executing the destory() method of the servlets. Any suggestions.