Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 69335 invoked from network); 7 Aug 2007 14:59:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 14:59:22 -0000 Received: (qmail 74002 invoked by uid 500); 7 Aug 2007 14:59:03 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 73971 invoked by uid 500); 7 Aug 2007 14:59:03 -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 73941 invoked by uid 99); 7 Aug 2007 14:59:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 07:59:03 -0700 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 hassan.schroeder@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 14:58:59 +0000 Received: by py-out-1112.google.com with SMTP id a25so3000313pyi for ; Tue, 07 Aug 2007 07:58:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iHxUSf9JKkH72NUPLOTd6CDji+rI2VvZL/I8fss73nPFRMy6N07ugGW6kHobOSmC0Y85+kyJ35NKKtX20JJfdtEcTr9EkLi6DmNsZJ6yTXgf4eMfUzt+QhNJ9+A98OeDmNTdc3dO9yGR7udQeZ+Mc3CLIfVNRpX8qmpfHRcQod0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dHko/5WycU6PgmrHkAica1ccOt6munTTmJjsJsQ90ACv/PZgNB0FDuzJFbYP8m1cEiol2gPdmuVdeB14t3Pvqe8QQYW9DBL81ZrzgrgZ2vaeSZjZ+oGyXkxOqWebjuK63VYuXQ9hAh6bw7VRn1eI2kJB9u4DVQa0wZ87h0gfgpg= Received: by 10.35.10.13 with SMTP id n13mr11770939pyi.1186498719099; Tue, 07 Aug 2007 07:58:39 -0700 (PDT) Received: by 10.35.98.8 with HTTP; Tue, 7 Aug 2007 07:58:39 -0700 (PDT) Message-ID: <4eedb92a0708070758w2ac626dema5bdcb30698a6aad@mail.gmail.com> Date: Tue, 7 Aug 2007 07:58:39 -0700 From: "Hassan Schroeder" To: "Tomcat Users List" Subject: Re: How to avoide delete context.xml - 6.0.14 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On 8/6/07, hans.mader@magnasteyr.com wrote: > I am wondering about the > < > Missing application web.xml, ... > I played with the context's docBase attribute, but with no success. > (this context.xml placed in META-INF contains no docBase) It shouldn't, nor should you have the path attribute -- remove it. > > > FEIN: Processing context [/xjosf] configuration file C:\Tomcat-6.0.14\conf Catalina/localhost/context.xml.default ? What's your appBase for this Host set to? And what is in Catalina/localhost/context.xml? For the path you apparently want you should have Catalina/localhost/xjosf.xml. In any case, before proceeding, I would stop Tomcat, remove the relevant file from Catalina/localhost/, delete the WAR, restart and redeploy. -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com --------------------------------------------------------------------- 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