Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 60047 invoked by uid 500); 30 Apr 2003 23:34:26 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 60031 invoked from network); 30 Apr 2003 23:34:25 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 30 Apr 2003 23:34:25 -0000 Received: (qmail 15486 invoked by uid 50); 30 Apr 2003 23:36:31 -0000 Date: 30 Apr 2003 23:36:31 -0000 Message-ID: <20030430233631.15485.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 18131] - The Cocoon Servlet does not shutdown properly under Tomcat X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18131 The Cocoon Servlet does not shutdown properly under Tomcat ------- Additional Comments From agallardo@agsoftware.dnsalias.com 2003-04-30 23:36 ------- Yes, I made a test and the shutdown works fine if we set the attribute as follow: autoDeploy="false" in the server.xml located at $TOMCAT_BASE/conf I think this is a workaround and not the correction since the default Tomcat config is using autoDeploy="true". In february-2003 it works fine even with autoDeploy="true". I think we mus find somewhere else where is the problem because Cocoon must shutdown porperly in both cases. With autoDeploy="false" and autoDeploy="true"