It would be great to see more info on your setup including
- Resource definition in server.xml
- ResourceLink definition in your context.xml
- resource-ref in web.xml
- the source code of where you are attempting to get a connection.
In short, this error is most likely cause because one or more of the
above is missing or misconfigured. I'd review the JNDI and JDBC docs on
tomcat's website comparing what's there to your setup.
--David
Will Holmes wrote:
I am using Tomcat 5.5.9 on Windows XP
I have created a resouce in the Tomcat server.xml file.
I have configured the resource ref in the web.xml file.
When my application access the datasource I get the following error:
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of
class '' for connect URL 'null'
Anyone have any ideas?
Thanks in advance!!
Will Holmes
Programmer Analyst
Fremont Insurance Company
Ph: 231-924-0302 Ext. 145
E-Mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]