Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 4623 invoked from network); 17 Feb 2008 17:57:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2008 17:57:08 -0000 Received: (qmail 51041 invoked by uid 500); 17 Feb 2008 17:56:50 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51021 invoked by uid 500); 17 Feb 2008 17:56:50 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 51010 invoked by uid 99); 17 Feb 2008 17:56:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 09:56:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [74.54.141.23] (HELO mail.writingshow.com) (74.54.141.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Feb 2008 17:56:04 +0000 Received: from cpe-75-82-230-88.socal.res.rr.com ([75.82.230.88] helo=[192.168.1.106]) by mail.writingshow.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.67) (envelope-from ) id 1JQnlf-0007dx-2b for users@tomcat.apache.org; Sun, 17 Feb 2008 11:57:35 -0600 Message-ID: <47B87547.5010606@compulsivecreative.com> Date: Sun, 17 Feb 2008 09:56:23 -0800 From: Alan Chaney Reply-To: alan@compulsivecreative.com Organization: Paula Hollywood, Inc. User-Agent: Thunderbird 1.5.0.14pre (X11/20071023) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: deploy/undeploy probs with 6.0.14 References: <0FCC63F3-0113-4A44-8642-BC6CE8D49C72@t-online.de> In-Reply-To: <0FCC63F3-0113-4A44-8642-BC6CE8D49C72@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I've seen the following causes: 1. Application not shutting down properly because threads still running. 2. Application holding on to system resources (files, database) (really another version of 1.) Try stopping the app using the manager and checking that the log says that the app is undeployed properly. Then do a kill -3 (if on linux) to view the stack trace. Or you can use JConsole to look at what threads are running with JMX. Regards Alan Holger Burde wrote: > Hi; > > I have some problems to deploy/undeploy a jsf 1.2 application to tomcat > 6.0.15. The usual way does not work. > > To undelpoy i have to > > 1 from tomcat manager stop the app > 2 undeploy (if i use list apps after that step the app is still listed - > the myapp dir in webapps is still there) > 3 restart tomcat (now the app is gone from webapps) > > > Sometimes i even have to repeat step 2-3 two times. deploying the app > without restarting tomcat never worked but has to > (required for this project). > > Deploying is similar hard - mostly i need a tomcat restart because if i > drop it or deploy via tomcat manager the app does not start correctly > (state false / deployment error). > > The application is about 21MB - the tomcat conf is pretty normal (almost > unchanged). > > Two simple hello world testapps i wrote work as expceted. they deploy / > undeply as expected. > > The application itself works ok if one gets beyound this hurdle. > > Any hints or tips were to look for to solve that problem are welcome ! > > PS The webapp was build with netbeans6 / jsf 1.2 and tomcat 6.0.14 used > for development > > hb > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > > !DSPAM:47b83e3c260821041662902! > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org