SOLVED: >>Tomcat 4<<: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-08-04 Thread Roy Kiesler
the docBase attribute of the element in server.xml must point to the fully qualified path of the web app from which you will be referencing this data source. An incorrect path will result in the SQL exception in the subject. Case closed. On 8/3/06, Roy Kiesler <[EMAIL PROTECTED]> wrot

>>Tomcat 4<<: org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2006-08-03 Thread Roy Kiesler
I have been trying for 2 days now to setup a simple connection pool in Tomcat 4.0.6 for a Hypersonic database with the ever-so-popular error in the subject. I have read every possible Google post on the subject, but found not solution for Tomcat 4, only 5.x. Anyhow, here's the setup: 1. hsqld