I have a Tomcat instance connected to Apache with the WARP connector.
I have a Tomcat application that uses Oracle without connection pooling, and that works when I use the Tomcat URL with port 8080 and the Apache URL. I also have another Tomcat application that uses Oracle but it also uses the Common-DBCP for connection pooling. The application works when I use the Tomcat URL with port 8080, but when I try to access the site through Apache I get this error: java.sql.SQLException: Cannot load JDBC driver class 'null' at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:529) at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:312) Any ideas why it cannot find the JDBC driver when using WARP? thanks!
