1.

Why Can't Tomcat Find My Oracle Jdbc Drivers In Classes111.zip?

Answer»

TOMCAT 4.0.1 on NT4 throws the following exception when I try to connect to Oracle DB from JSP.

javax.servlet.ServletException : oracle.jdbc.driver.OracleDriver
java.lang.ClassNotFoundException: oracle:jdbc:driver:OracleDriver

But, the Oracle JDBC driver ZIP file (classes111.zip)is available in the system classpath.
COPIED the Oracle Driver class file (classes111.zip) in %TOMCAT_Home - Home%lib DIRECTORY and renamed it to classess111.jar.
Able to connect to Oracle DB from TOMCAT 4.01 VIA Oracle JDBC-Thin Driver.

 

TOMCAT 4.0.1 on NT4 throws the following exception when I try to connect to Oracle DB from JSP.

But, the Oracle JDBC driver ZIP file (classes111.zip)is available in the system classpath.
Copied the Oracle Driver class file (classes111.zip) in %TOMCAT_Home - Home%lib directory and renamed it to classess111.jar.
Able to connect to Oracle DB from TOMCAT 4.01 via Oracle JDBC-Thin Driver.

 



Discussion

No Comment Found