Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 64000 invoked from network); 5 Feb 2009 14:07:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 14:07:23 -0000 Received: (qmail 75242 invoked by uid 500); 5 Feb 2009 14:07:12 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 74944 invoked by uid 500); 5 Feb 2009 14:07:11 -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 74933 invoked by uid 99); 5 Feb 2009 14:07:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 06:07:11 -0800 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.104] (HELO usea-naimss2.unisys.com) (192.61.61.104) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 14:07:00 +0000 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss2 with InterScan Message Security Suite; Thu, 05 Feb 2009 08:02:56 -0600 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); Thu, 5 Feb 2009 08:02:56 -0600 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); Thu, 5 Feb 2009 08:02:55 -0600 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Thu, 5 Feb 2009 08:02:55 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Thu, 5 Feb 2009 08:02:54 -0600 Subject: RE: servlet use. TC6, FC10 Thread-Topic: servlet use. TC6, FC10 Thread-Index: AcmHmTtMQNgQLZlaTsy+rxaRJyrIFwAAFTew Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215B60C8E16@USEA-EXCH7.na.uis.unisys.com> References: <711a73df0902040535t670fcd73g23e76144fa544329@mail.gmail.com> <711a73df0902040606u22e2d1a5h75f0543a33e5ddd4@mail.gmail.com> <0AAE5AB84B013E45A7B61CB66943C17215B6085980@USEA-EXCH7.na.uis.unisys.com> <711a73df0902050305i4c406a0jaadc529f5b9abaa7@mail.gmail.com> <711a73df0902050552rdbcda40q78e543607a5b1b8@mail.gmail.com> In-Reply-To: <711a73df0902050552rdbcda40q78e543607a5b1b8@mail.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: 05 Feb 2009 14:02:55.0986 (UTC) FILETIME=[71BF8520:01C9879A] X-Virus-Checked: Checked by ClamAV on apache.org > From: Dave Pawson [mailto:dave.pawson@gmail.com] > Subject: Re: servlet use. TC6, FC10 > > From the docs "Context elements may be explicitly defined: > .... > * in individual files (with a ".xml" extension) in the > $CATALINA_BASE/conf/[enginename]/[hostname]/ directory." > > Which I interpret that to have my servlet deployed (found?) I need to > set up an XML file as per that web page at > {}/conf/????/marge/atom.xml No. First off, unless you have something specific to define for your webap= p (e.g., a or , you don't need a element. If y= ou do need a , it is normally placed inside the webapp in META-INF= /context.xml. If you wish to override the contecnt of that location, or yo= u want to deploy the webapp somewhere outside of the normal appBase = directory, then you place your element in conf/[engine]/[host]/[a= ppName].xml. The [engine] name is whatever it's configured to be in server.xml; the defa= ult is Catalina (case sensitive), and there's almost never a reason to chan= ge it. The [host] name is NOT the DNS name, but rather the name of the ass= ociated element that you want your webapp to run under. By default,= this is localhost - but that is not associated with the hosts file localho= st. - 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