Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0CAFC9883 for ; Sun, 4 Dec 2011 23:54:06 +0000 (UTC) Received: (qmail 94802 invoked by uid 500); 4 Dec 2011 23:54:02 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 94609 invoked by uid 500); 4 Dec 2011 23:54:02 -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 94600 invoked by uid 99); 4 Dec 2011 23:54:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2011 23:54:02 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [216.82.254.211] (HELO mail201.messagelabs.com) (216.82.254.211) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2011 23:53:53 +0000 X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-15.tower-201.messagelabs.com!1323042810!95889559!4 X-Originating-IP: [192.61.61.105] X-StarScan-Version: 6.4.2; banners=-,-,- X-VirusChecked: Checked Received: (qmail 22745 invoked from network); 4 Dec 2011 23:53:31 -0000 Received: from naedge.unisys.com (HELO USEA-NAEDGE2.unisys.com) (192.61.61.105) by server-15.tower-201.messagelabs.com with RC4-SHA encrypted SMTP; 4 Dec 2011 23:53:31 -0000 Received: from usea-nahubcas1.na.uis.unisys.com (129.224.76.114) by USEA-NAEDGE2.unisys.com (192.61.61.105) with Microsoft SMTP Server (TLS) id 8.3.83.0; Sun, 4 Dec 2011 17:52:35 -0600 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Sun, 4 Dec 2011 17:52:36 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Sun, 4 Dec 2011 17:52:31 -0600 Subject: RE: Disabling Apps in host root Thread-Topic: Disabling Apps in host root Thread-Index: Acyy23bSkNrm3KvpSNq26JoPyZ+JEAAA4EYw Message-ID: <99C8B2929B39C24493377AC7A121E21FB00BD56FD9@USEA-EXCH8.na.uis.unisys.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 > From: Jerry Malcolm [mailto:2ndgenfilms@gmail.com]=20 > Subject: Disabling Apps in host root > When I start tomcat What exact version? We're not mind-readers, and capabilities vary consider= ably depending on what level you're on. > it tries to start an app for every folder in the=20 > host root directory. What do you mean by "host root directory"? Do you really mean the a= ppBase directory? Be precise. > Some folders are really apps (with WEB-INF), and=20 > some are folders that are not apps at all. Then why are the non-apps folders there? > But it doesn't seem to care if there is a context or not. Correct; nothing in the spec requires the existence of a element = or even WEB-INF/web.xml. > Is there a way to control the apps that start up Look at the deployIgnore attribute of the element: http://tomcat.apache.org/tomcat-7.0-doc/config/host.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org