Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 12477 invoked from network); 2 Nov 2000 13:31:34 -0000 Received: from decrc.abb.de (194.122.122.1) by locus.apache.org with SMTP; 2 Nov 2000 13:31:33 -0000 Received: from del2s1.decrc.abb.de (del2s1.decrc.abb.de [138.222.93.41]) by decrc.abb.de (8.9.3/8.9.3) with ESMTP id OAA15823 for ; Thu, 2 Nov 2000 14:31:02 +0100 Received: from ntschneid ([138.222.74.203]) by del2s1.decrc.abb.de (8.9.3/1s) with SMTP id OAA30537; Thu, 2 Nov 2000 14:30:31 +0100 Message-ID: <000c01c044d1$5345c970$cb4ade8a@ntschneid> From: "Jochen Schneider" To: References: <2B26E094BB13D3118FB3006008214FA5F0701B@vdlaexc0.orange.ch> <39FF6C08.256A01B1@eng.sun.com> Subject: Error in 3.2-6 : Context not properly removed Date: Thu, 2 Nov 2000 14:32:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, we are using Tomcat 3.2 Beta6 on WIN NT4.0 (SP5) and jdk1.2.2. If I am shutting down tomcat (using the shutdown.bat command file) not all contexts are removed. This is a major problem since in that case the destroy method of the servlet is not called. I have posted this problem some time ago but didn't receive a response. This can be reproduced even with the example applications coming with the current tomcat installation: 1. Start tomcat using the tomcat.bat start command produces the following output: [d:\programs\abb\service web server\tomcat\bin]tomcat.bat run 2000-11-02 02:27:01 - ContextManager: Adding context Ctx( /admin ) Starting tomcat. Check logs/tomcat.log for error messages 2000-11-02 02:27:01 - ContextManager: Adding context Ctx( /examples ) 2000-11-02 02:27:01 - ContextManager: Adding context Ctx( ) 2000-11-02 02:27:01 - ContextManager: Adding context Ctx( /test ) 2000-11-02 02:27:02 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007 2. Shutdown tomcat using the shutdown.bat command (from another comand prompt): 2000-11-02 02:29:12 - ContextManager: Removing context Ctx( /admin ) 2000-11-02 02:29:12 - ContextManager: Removing context Ctx( ) It seems that the test and the example context is not automatically removed. If I am debugging my own application the destroy method is never called. I really would appreciate any help from you. Any ideas? Regards Jochen