Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 81284 invoked from network); 20 Oct 2008 19:18:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2008 19:18:36 -0000 Received: (qmail 6873 invoked by uid 500); 20 Oct 2008 19:18:29 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 6110 invoked by uid 500); 20 Oct 2008 19:18:27 -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 6099 invoked by uid 99); 20 Oct 2008 19:18:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 12:18:27 -0700 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 (athena.apache.org: local policy) Received: from [192.61.61.104] (HELO usea-naimss2.unisys.com) (192.61.61.104) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 19:17:16 +0000 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss2 with InterScan Message Security Suite; Mon, 20 Oct 2008 14:17:52 -0500 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.55]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 20 Oct 2008 14:17:51 -0500 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 20 Oct 2008 14:17:51 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Mon, 20 Oct 2008 14:17:51 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Mon, 20 Oct 2008 14:17:50 -0500 Subject: RE: tomcat 6 and subdirectories Thread-Topic: tomcat 6 and subdirectories Thread-Index: AckvYvevJeNDz/aITMSBrkhW5++4fQDgepAwAADQj+A= Message-ID: <0AAE5AB84B013E45A7B61CB66943C17214E7487C51@USEA-EXCH7.na.uis.unisys.com> References: <0AAE5AB84B013E45A7B61CB66943C17214DA917BEE@USEA-EXCH7.na.uis.unisys.com> <0AAE5AB84B013E45A7B61CB66943C17214E5002A62@USEA-EXCH7.na.uis.unisys.com> <0AAE5AB84B013E45A7B61CB66943C17214E5002CE8@USEA-EXCH7.na.uis.unisys.com> <16B5DD206240F245A0AD6C59DD476EE10C246BB6@skoex01.corp.int> <007401c92f62$fb2c6160$0300000a@animal> <16B5DD206240F245A0AD6C59DD476EE10C3B4709@skoex01.corp.int> In-Reply-To: <16B5DD206240F245A0AD6C59DD476EE10C3B4709@skoex01.corp.int> 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: 20 Oct 2008 19:17:51.0394 (UTC) FILETIME=[8BACF820:01C932E8] X-Virus-Checked: Checked by ClamAV on apache.org > From: Angelov, Rossen [mailto:Rossen.Angelov@SourceMedia.com] > Subject: RE: tomcat 6 and subdirectories > > I have the feeling it's not the pattern, but > something else that's causing this problem. Are you still specifying an empty docBase? That's illegal. Where is your element located? It should not be in server.xml (s= trongly discouraged, but not yet illegal), but rather in the webapp's META-= INF/context.xml file. Note that the path attribute is not allowed when the= is in the proper location. - 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 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