Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 30596 invoked from network); 30 Nov 2004 16:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Nov 2004 16:08:55 -0000 Received: (qmail 95225 invoked by uid 500); 30 Nov 2004 16:07:31 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 95186 invoked by uid 500); 30 Nov 2004 16:07:30 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 95150 invoked by uid 99); 30 Nov 2004 16:07:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from smtp1.netcologne.de (HELO smtp1.netcologne.de) (194.8.194.112) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 30 Nov 2004 08:07:29 -0800 Received: from xdsl-81-173-151-252.netcologne.de (xdsl-81-173-151-252.netcologne.de [81.173.151.252]) by smtp1.netcologne.de (Postfix) with ESMTP id C901038C67 for ; Tue, 30 Nov 2004 17:07:24 +0100 (MET) From: Michael Schuerig To: tomcat-user@jakarta.apache.org Subject: Removing a webapp that crashed on startup? Date: Tue, 30 Nov 2004 17:07:24 +0100 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411301707.25075.michael@schuerig.de> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N During development I sometimes have the case that my webapp crashes on startup. If that happens, I stop Tomcat, remove from CATALINA_BASE everything that's related to my app, and start Tomcat again. Simply removing the rogue app from the Manager doesn't work, it raises an exception: "Encountered exception LifecycleException: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/myapp] has not been started" Is there a way to remove an undead webapp without stopping and restarting Tomcat? Michael -- Michael Schuerig Those people who smile a lot mailto:michael@schuerig.de Watch the eyes http://www.schuerig.de/michael/ --Ani DiFranco, Outta Me, Onto You --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org