Oracle jdbc driver not found

2002-10-18 Thread Eddie Liang
Hello, I have a problem for creating a simple database connection with JSP, tomcat 4.0.4, jdk1.4. I set the oracle jdbc driver ( class111,zip, class12.zip, ojdbc14.jar) in the classpath. Tomcat still complaint the driver is not found. Here is the error that I got. Does anybody know I

RE: Oracle jdbc driver not found

2002-10-18 Thread Wagoner, Mark
[mailto:eliang;edge.com] Sent: Friday, October 18, 2002 11:58 AM To: 'Tomcat Users List' Subject: Oracle jdbc driver not found Hello, I have a problem for creating a simple database connection with JSP, tomcat 4.0.4, jdk1.4. I set the oracle jdbc driver ( class111,zip, class12.zip

RE: Oracle jdbc driver not found

2002-10-18 Thread Eddie Liang
Phone: 630-810-9669 x253 -Original Message- From: Wagoner, Mark [mailto:MWagoner;wild-flavors.com] Sent: Friday, October 18, 2002 11:03 AM To: 'Tomcat Users List' Subject: RE: Oracle jdbc driver not found Tomcat does not use the classpath and, since you are using JDK 1.4, you only need

RE: Oracle jdbc driver not found

2002-10-18 Thread Wagoner, Mark
Liang [mailto:eliang;edge.com] Sent: Friday, October 18, 2002 12:13 PM To: 'Tomcat Users List' Subject: RE: Oracle jdbc driver not found Mark, Thanks for the quick reply. When you said WEB-INF/lib directory, is that mean %catalina_home%\webapps\ROOT\WEB-INF\lib? If there is not lib

RE: Oracle jdbc driver not found

2002-10-18 Thread Eddie Liang
Mark, It works! Thank you very much Eddie Liang Database Architect Phone: 630-810-9669 x253 -Original Message- From: Wagoner, Mark [mailto:MWagoner;wild-flavors.com] Sent: Friday, October 18, 2002 11:22 AM To: 'Tomcat Users List' Subject: RE: Oracle jdbc driver not found

Oracle jdbc driver not found

2002-07-02 Thread Carlton Lo
I'm using Tomcat 4.0.4 tyring to access Oracle 8.1.7 via oci driver. I've tried many different approaches, they are 1. save classes12.zip into TOMCAT HOME\common\lib and changed the extension to .jar 2. save classes12.zip into TOMCAT HOME\lib and changed the extension to .jar 3. save

Re: Oracle jdbc driver not found

2002-07-02 Thread Larry Meadors
When using the oci driver, you need to have ocijdbc8.dll (on windows) somewhere on the system path. Larry [EMAIL PROTECTED] 07/02/02 10:18 AM I'm using Tomcat 4.0.4 tyring to access Oracle 8.1.7 via oci driver. here is the error that I got javax.servlet.ServletException: no ocijdbc8 in