JDBC and WAR deployment
JDBC and WAR deployment
- Subject: JDBC and WAR deployment
- From: Gino Pacitti <email@hidden>
- Date: Mon, 3 Sep 2007 14:26:21 +0100
I am deploying an existing project as a WAR file and I am getting a
JDBC error....
I have added the mysql-connector-java-3.1.12-bin.jar to the project
but I still get this exception below....
Any ideas - is there something I should be doing to get the
connection dictionary visible.... apart from in the EOModel?
- An exception occurred while trying to open a channel:
com.webobjects.jdbcadaptor.JDBCAdaptorException: Cannot create JDBC
driver of class '' for connect URL 'null'
- An exception occurred while trying to open a channel:
com.webobjects.jdbcadaptor.JDBCAdaptorException: Cannot create JDBC
driver of class '' for connect URL 'null'
Cannot create JDBC driver of class '' for connect URL 'null'
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getDriver(DriverManager.java:243)
at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource
(BasicDataSource.java:773)
at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection
(BasicDataSource.java:540)
Gino
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden