Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 61219 invoked from network); 2 Dec 2010 20:03:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Dec 2010 20:03:28 -0000 Received: (qmail 88135 invoked by uid 500); 2 Dec 2010 20:03:19 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 88077 invoked by uid 500); 2 Dec 2010 20:03:19 -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 88068 invoked by uid 99); 2 Dec 2010 20:03:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 20:03:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 20:03:11 +0000 Received: from [10.174.183.13] (unknown [89.204.137.77]) by tor.combios.es (Postfix) with ESMTPA id 43987226301 for ; Thu, 2 Dec 2010 20:58:05 +0100 (CET) Message-ID: <4CF7FB53.8010208@ice-sa.com> Date: Thu, 02 Dec 2010 21:02:27 +0100 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: Tomcat Users List User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: How to Run a Single Application instead of all Applications under webapps References: <245A5600AB46BD42985380479F40B46DD7A6C582F8@ex01.acteksoft.com> <99C8B2929B39C24493377AC7A121E21F9A098A9185@USEA-EXCH8.na.uis.unisys.com> In-Reply-To: <99C8B2929B39C24493377AC7A121E21F9A098A9185@USEA-EXCH8.na.uis.unisys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Caldarale, Charles R wrote: >> From: Johnny Clark [mailto:jclark@acteksoft.com] >> Subject: How to Run a Single Application instead of all Applications under webapps > >> I can't figure out how to get Tomcat to run a specific application >> as opposed to every application under the webapps directory. > > The proper terminology is "deploy", not "run". Turn off auto-deploy, and use the manager app to start, stop, and redeploy individual webapps as needed. > > http://tomcat.apache.org/tomcat-6.0-doc/config/host.html#Automatic%20Application%20Deployment > And I would like to add that the normal purpose for putting an application under /webapps/, is to have tomcat run it. If you don't want them to run, just don't put them there. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org