Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 28677 invoked from network); 19 Feb 2007 16:43:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 16:43:21 -0000 Received: (qmail 9443 invoked by uid 500); 19 Feb 2007 16:43:15 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 9422 invoked by uid 500); 19 Feb 2007 16:43:15 -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 9411 invoked by uid 99); 19 Feb 2007 16:43:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 08:43:15 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [216.68.253.154] (HELO RKEXCHANGE01.rippe.com) (216.68.253.154) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 08:43:04 -0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C75444.FAA5DC50" X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: Tomcat default context Date: Mon, 19 Feb 2007 11:42:44 -0500 Message-ID: <556073D6FCA5554CAFA1A8CCD16B202FBC97EE@rkexchange01.rippe.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tomcat default context Thread-Index: AcdURPqKh1xiqsUzQBmHdU1DJLm0Nw== From: "Gardner, Brad" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C75444.FAA5DC50 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable =20 I am using tomcat 5.5.20 and attempting to set up a default context without placing the context tag inside of the server.xml file. I created the ROOT.xml file under /conf/// and placed this tag into the file: =20 =20 This resulted in no change, and the default tomcat page still appears when I view my webapp. I have also tried adding path=3D"" with the same result. This tag works fine when placed inside server.xml, but I am trying to avoid that now. Any ideas on what I may be missing or mis-understanding? ------_=_NextPart_001_01C75444.FAA5DC50--