Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 2605 invoked from network); 17 Oct 2009 15:12:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Oct 2009 15:12:10 -0000 Received: (qmail 44937 invoked by uid 500); 17 Oct 2009 15:12:06 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 44870 invoked by uid 500); 17 Oct 2009 15:12:06 -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 44859 invoked by uid 99); 17 Oct 2009 15:12:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Oct 2009 15:12:06 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Oct 2009 15:11:55 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss3 with InterScan Message Security Suite; Sat, 17 Oct 2009 10:11:28 -0500 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 17 Oct 2009 10:11:28 -0500 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 17 Oct 2009 10:11:27 -0500 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.42]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Sat, 17 Oct 2009 10:11:27 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Sat, 17 Oct 2009 10:11:22 -0500 Subject: RE: Adding a new webapps directory Thread-Topic: Adding a new webapps directory Thread-Index: AcpPO2Kbo23ZY88LSF+YktNk9X4VXQAADbPg Message-ID: <99C8B2929B39C24493377AC7A121E21F84058839BE@USEA-EXCH8.na.uis.unisys.com> References: <4AD9DD44.9080809@gmail.com> In-Reply-To: <4AD9DD44.9080809@gmail.com> 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 X-OriginalArrivalTime: 17 Oct 2009 15:11:27.0967 (UTC) FILETIME=[199A86F0:01CA4F3C] X-Virus-Checked: Checked by ClamAV on apache.org > From: Marco Rocco [mailto:mr85mr@gmail.com] > Subject: Adding a new webapps directory >=20 > It's possible to add a new webapps directroy more then the default > tomcat webapps (/opt/tomcat/webapps) ? There is no means of specifying more than one appBase directory per .= However, each element can specify a separate appBase directory, so= you can segregate your webapps that way. You can also create el= ements in conf/Catalina/[host]/[appName].xml that have docBase attributes p= ointing to a specific deployment location for the webapp outside of the appBase. - 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