Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 42565 invoked from network); 11 Feb 2004 00:15:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Feb 2004 00:15:39 -0000 Received: (qmail 96731 invoked by uid 500); 11 Feb 2004 00:14:51 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 96664 invoked by uid 500); 11 Feb 2004 00:14:50 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 96590 invoked from network); 11 Feb 2004 00:14:50 -0000 Received: from unknown (HELO wil1rly3.tmcs.net) (209.104.62.3) by daedalus.apache.org with SMTP; 11 Feb 2004 00:14:50 -0000 Received: from pasmail.office.tmcs (pasmail.office.tmcs [172.26.10.131]) by wil1rly3.tmcs.net (8.12.6/8.12.6/200312091159) with ESMTP id i1B0FEjE023118 for ; Tue, 10 Feb 2004 16:15:14 -0800 (PST) Received: from citysearch.com (tigris.cs.tmcs [172.26.21.37]) by pasmail.office.tmcs with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id D6P80NGJ; Tue, 10 Feb 2004 16:14:46 -0800 Message-ID: <40297467.1080307@citysearch.com> Date: Tue, 10 Feb 2004 16:16:39 -0800 From: Josh Rehman Organization: Citysearch - Make the most of your city User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Best practice question: where to place project libraries Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I need servlet-api.jar to compile my project. I may need some of the commons-beans stuff in the future. Should I put these libs in my projects lib folder (and then in the war) or should I rely on the tomcat versions? If the latter, which jar will be used, and what should I do if I deploy to a different container? I'm leaning toward duplicating the libraries (this removes an environment dependancy, too), but I'd like some advice. -- Josh Rehman citysearch.com 213.739.3559 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org