Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 30297 invoked from network); 25 Nov 2008 03:26:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Nov 2008 03:26:47 -0000 Received: (qmail 48962 invoked by uid 500); 25 Nov 2008 03:26:46 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 48939 invoked by uid 500); 25 Nov 2008 03:26:46 -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 48928 invoked by uid 99); 25 Nov 2008 03:26:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 19:26:46 -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 (athena.apache.org: local policy) Received: from [192.61.61.103] (HELO usea-naimss1.unisys.com) (192.61.61.103) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 03:25:18 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss1 with InterScan Message Security Suite; Mon, 24 Nov 2008 21:26:03 -0600 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); Mon, 24 Nov 2008 21:26:03 -0600 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 24 Nov 2008 21:26:03 -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; Mon, 24 Nov 2008 21:26:02 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Mon, 24 Nov 2008 21:25:54 -0600 Subject: RE: Re: Tomcat 6 unstable Thread-Topic: Re: Tomcat 6 unstable Thread-Index: AclOohqOBiOoYRycRRO6MdztTt/dsQACeV5A Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215A3CC3878@USEA-EXCH7.na.uis.unisys.com> References: <885592.76005.qm@web52807.mail.re2.yahoo.com> In-Reply-To: <885592.76005.qm@web52807.mail.re2.yahoo.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="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 25 Nov 2008 03:26:03.0125 (UTC) FILETIME=[8B5DAA50:01C94EAD] X-Virus-Checked: Checked by ClamAV on apache.org > From: Jabali Acuatico [mailto:jabaliacuatico@yahoo.com.ar] > Subject: Re: Re: Tomcat 6 unstable > > I added to this line the path to the db2 jdbc driver. > The current sentence is this one: > common.loader=3D${catalina.home}/lib,${catalina.home}/lib/*.jar, > /opt/java/jdk/jre/lib/ext/*.jar Don't do that - put it back the way it was. The DB2 driver classes will be= found properly by the JVM's extensions class loader (for all intents and p= urposes, you can consider it part of the bootstrap class loader). > =BFIs this right or do I need to include "file:///"? No, you don't need the "file:///" prefix; but in any case you don't want to= change the loader config at all. > I did that because one of you recommend me to do that. Why > do you say careful? Is this a bad practice? For normal running, use the startup.sh script; for easier debugging, use ca= talina.sh since it runs Tomcat in the same window as the shell you're using= and you can see any error messages that might arise. > Now I need to learn how to do a pooling of connections. Read this: http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html If you still have questions, ask. Don't know how many people on the list a= re using Tomcat with DB2, but there must be somebody... - 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