Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 2312 invoked from network); 4 Oct 2002 18:59:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Oct 2002 18:59:47 -0000 Received: (qmail 4348 invoked by uid 97); 4 Oct 2002 19:00:16 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 4326 invoked by uid 97); 4 Oct 2002 19:00:15 -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 4309 invoked by uid 98); 4 Oct 2002 19:00:15 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <005c01c26bd8$206feff0$e22d0298@changeme> From: "Michael Nicholson" To: "Tomcat Users List" Subject: So, what does it take to register a JDBC driver for a connection pool? Date: Fri, 4 Oct 2002 14:59:11 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0059_01C26BB6.9903D3E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0059_01C26BB6.9903D3E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Or is that even necessary? (I would think it is...). I've been trying = to get the DBCP-commons going for a while, and finally got it to find = the correct resource reference, but it still returns a null datasource. = So I started changing things in the server.xml to find out what doesn't = cause my result to change, with the idea that maybe that's where my = error is. So I can change my driverClassName to anything and get the = exact same result, so my current theory is that this is where the = problem is. My partial server.xml file is below: =20 driverClassName oracle.jdbc.driver.OracleDriver driverName jdbc:oracle:thin:@oraclehost.com:1521:ORDB username wahwah password joebillybob maxActive 20 maxIdle 10 maxWait -1 ------=_NextPart_000_0059_01C26BB6.9903D3E0--