SOLVED: jdk 1.4 and Oracle drivers

2002-06-11 Thread John Gregg
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]. org]On Behalf Of John Gregg Sent: Thursday, June 06, 2002 4:53 PM To: [EMAIL PROTECTED] Subject: jdk 1.4 and Oracle drivers Hi all. Upon completing my most recent project I switched from jdk 1.3.1 to 1.4. However now I can't start Tomcat (4.0.1

Re: SOLVED: jdk 1.4 and Oracle drivers

2002-06-11 Thread Jacob Kjome
To: [EMAIL PROTECTED] JG Subject: jdk 1.4 and Oracle drivers JG Hi all. JG Upon completing my most recent project I switched from jdk 1.3.1 to 1.4. JG However now I can't start Tomcat (4.0.1) because it can't find the Oracle JG jdbc driver class. When I first started using Oracle with Tomcat, I

Re: SOLVED: jdk 1.4 and Oracle drivers

2002-06-11 Thread Peter Mutsaers
Jacob == Jacob Kjome [EMAIL PROTECTED] writes: Jacob Well, I have been using the classes12.jar in Jacob TOMCAT_HOME/common/lib. I've used it with both the JNDI Jacob javax.sql.DataSource deal provided by the Jakarta-Commons Jacob project and another connection pooler. I've

jdk 1.4 and Oracle drivers

2002-06-06 Thread John Gregg
Hi all. Upon completing my most recent project I switched from jdk 1.3.1 to 1.4. However now I can't start Tomcat (4.0.1) because it can't find the Oracle jdbc driver class. When I first started using Oracle with Tomcat, I renamed the classes12.zip to classes12.jar. Now no matter where I put

Re: jdk 1.4 and Oracle drivers

2002-06-06 Thread Tia Haenni
Did you try adding the location of your classes12.jar to the Tomcat classpath? Look in tomcat_home/bin/setclasspath file. There should be a section near the bottom like one of the following depending on the OS: # Set standard CLASSPATH CLASSPATH=$JAVA_HOME/lib/tools.jar rem Set standard