DEVFYI - Developer Resource - FYI

Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?

JDBC Interview Questions and Answers


(Continued from previous question...)

Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?

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%\lib directory and renamed it to classess111.jar.
Able to connect to Oracle DB from TOMCAT 4.01 via Oracle JDBC-Thin Driver.

(Continued on next question...)

Other Interview Questions