Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 6879 invoked from network); 22 Sep 2008 18:48:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Sep 2008 18:48:49 -0000 Received: (qmail 55403 invoked by uid 500); 22 Sep 2008 18:48:34 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 55373 invoked by uid 500); 22 Sep 2008 18:48:34 -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 55362 invoked by uid 99); 22 Sep 2008 18:48:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2008 11:48:34 -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, 22 Sep 2008 18:47:32 +0000 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss2 with InterScan Message Security Suite; Mon, 22 Sep 2008 13:48:04 -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, 22 Sep 2008 13:48:03 -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, 22 Sep 2008 13:48:03 -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, 22 Sep 2008 13:48:03 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Mon, 22 Sep 2008 13:48:02 -0500 Subject: RE: How to make my application run outside of apache directory. Thread-Topic: How to make my application run outside of apache directory. Thread-Index: Ackc4uOCem24NK5FRfCpGJREQcUQOQAAICVw Message-ID: <0AAE5AB84B013E45A7B61CB66943C1721434F5AEED@USEA-EXCH7.na.uis.unisys.com> References: <19614020.post@talk.nabble.com> In-Reply-To: <19614020.post@talk.nabble.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: 22 Sep 2008 18:48:03.0482 (UTC) FILETIME=[BE6E3FA0:01C91CE3] X-Virus-Checked: Checked by ClamAV on apache.org > From: NetbeanUser [mailto:himani_sjsu@yahoo.com] > Subject: How to make my application run outside of apache directory. > > It's a whole tree of dependencies I have under ~/a/b, does > it mean that I've to get all classes from that tree under my > apache tree. If by "apache tree" you mean the webapp's WEB-INF/lib directory, then yes, = your classes should go there. Webapps are intended to be self-contained, a= nd packaging all the classes it needs together is the proper way to go. Ma= ke another jar with the other classes and put it in the WEB-INF/lib directo= ry. - 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