Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 86466 invoked from network); 27 Jun 2006 07:02:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2006 07:02:33 -0000 Received: (qmail 82562 invoked by uid 500); 27 Jun 2006 07:02:20 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 82536 invoked by uid 500); 27 Jun 2006 07:02:20 -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 82520 invoked by uid 99); 27 Jun 2006 07:02:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 00:02:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [137.222.10.102] (HELO dirg.bris.ac.uk) (137.222.10.102) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 00:02:18 -0700 Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.60) (envelope-from ) id 1Fv7a7-0006xC-6U for users@tomcat.apache.org; Tue, 27 Jun 2006 08:01:57 +0100 Received: from kiltil.cs.bris.ac.uk ([137.222.107.82]) by isis.bris.ac.uk with esmtp (Exim 4.60) (envelope-from ) id 1Fv7ZE-0003wM-Co for users@tomcat.apache.org; Tue, 27 Jun 2006 08:01:04 +0100 Message-ID: <44A0D7AC.60403@cs.bris.ac.uk> Date: Tue, 27 Jun 2006 08:01:00 +0100 From: I D B Major User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: JDBC jar in WEB-INF/lib? References: <7598b87a0606262056i245735b0mfdd4c361ac37e140@mail.gmail.com> In-Reply-To: <7598b87a0606262056i245735b0mfdd4c361ac37e140@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 X-Spam-Level: - X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N wolverine my wrote: > Hi! > > The Tomcat's MySQL DBCP example mentioned that we have to copy the > JDBC Driver's jar $CATALINA_HOME/common/lib. Do we allowed to copy the > jar to WEB-INF/lib? And how can we do that? > > --------------------------------------------------------------------- > 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 > *Hi, I'm no expert but the information I have read ( see http://tomcat.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html ) says; NOTE:* Do not install these jarfiles in your |/WEB-INF/lib|, or |$JAVA_HOME/jre/lib/ext|, or anywhere else. You will experience problems if you install them anyplace other than |$CATALINA_HOME/common/lib|. So I guess that you don't want to copy them to WEB-INF/lib. I'm using a McKoi database but mine works fine with only one copy of the mckoidb.jar in $CATALINA_HOME/common/lib cheers, Iain. --------------------------------------------------------------------- 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