RE: JDBC driver class 'null' error

2002-10-29 Thread pqin
;geaccess.com] Sent: October 28, 2002 5:54 PM To: 'Tomcat Users List' Subject: RE: JDBC driver class 'null' error Tried that, same error. Thanks anyway. -Original Message- From: Vic A [mailto:marauder_77;hotmail.com] Sent: Monday, October 28, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: Re: JDBC

RE: JDBC driver class 'null' error

2002-10-29 Thread Sinclair, Alan (CORP, GEAccess)
Thanks, I discovered that yesterday. -Original Message- From: [EMAIL PROTECTED] [mailto:pqin;shareowner.com] Sent: Tuesday, October 29, 2002 7:21 AM To: [EMAIL PROTECTED] Subject: RE: JDBC driver class 'null' error Rename jdbc driver package to .jar and put in common/lib Regards

JDBC driver class 'null' error

2002-10-28 Thread Sinclair, Alan (CORP, GEAccess)
Hi, Tomcat V4.1.12 Trying to setup a connection pool to Oracle and get the following error: java.sql.SQLException: Cannot load JDBC driver class 'null' The Oracle classes12.jar file has been copied into ../common/lib I checked that the oracle.jdbc.driver.OracleDriver class specified in the

Re: JDBC driver class 'null' error

2002-10-28 Thread Vic A
../common/lib is classes used for internal tomcat processes that need to be shared. Try putting the JDBC driver in ../shared/lib Victor Albisharat [EMAIL PROTECTED] --- From: Sinclair, Alan (CORP, GEAccess) Subject: JDBC driver class 'null' error Date: Mon, 28 Oct 2002 11:39

RE: JDBC driver class 'null' error

2002-10-28 Thread Sinclair, Alan (CORP, GEAccess)
Tried that, same error. Thanks anyway. -Original Message- From: Vic A [mailto:marauder_77;hotmail.com] Sent: Monday, October 28, 2002 3:20 PM To: [EMAIL PROTECTED] Subject: Re: JDBC driver class 'null' error ../common/lib is classes used for internal tomcat processes that need