Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 29865 invoked from network); 8 Jul 2009 18:49:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jul 2009 18:49:31 -0000 Received: (qmail 81601 invoked by uid 500); 8 Jul 2009 18:49:37 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 81557 invoked by uid 500); 8 Jul 2009 18:49:37 -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 81546 invoked by uid 99); 8 Jul 2009 18:49:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 18:49:37 +0000 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.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 18:49:25 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss3 with InterScan Message Security Suite; Wed, 08 Jul 2009 13:49:03 -0500 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 8 Jul 2009 13:49:02 -0500 Received: from usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 8 Jul 2009 13:49:02 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas2.na.uis.unisys.com ([129.224.76.115]) with mapi; Wed, 8 Jul 2009 13:49:02 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Wed, 8 Jul 2009 13:49:00 -0500 Subject: RE: Adding new jars to Tomcat library. Thread-Topic: Adding new jars to Tomcat library. Thread-Index: Acn/9BUOgeeRsGbKQ5C6uSypstEIWwAB/T7Q Message-ID: <0AAE5AB84B013E45A7B61CB66943C1722948DA3F99@USEA-EXCH7.na.uis.unisys.com> References: <24395122.post@talk.nabble.com> <4A54D1B2.7010202@pidster.com> <24396183.post@talk.nabble.com> In-Reply-To: <24396183.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: 08 Jul 2009 18:49:02.0615 (UTC) FILETIME=[C30EFA70:01C9FFFC] X-Virus-Checked: Checked by ClamAV on apache.org > From: SarcasmMonster [mailto:paradoxical.reasoning@gmail.com] > Subject: Re: Adding new jars to Tomcat library. >=20 > Is there a way to get around this? Not if you want Tomcat to manage the DB connection pool. Installing the JD= BC driver jar is a one-time thing; can't you schedule a few-second outage a= t some convenient time? > As far as I can tell from the article, I need the > jars in CATALINA_HOME/lib/. The article describes having Tomcat manage the connection pool, using its o= wn version of commons-dbcp. You can do your own DBCP management within you= r webapp, providing the driver jar and commons-dbcp jars in WEB-INF/lib; yo= u just can't configure it via a element that way. Look here for= the DIY info: http://commons.apache.org/dbcp/ - 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