| Author |
Cannot create JDBC driver of class '' for connect URL 'null'
|
Nimishaa Garg
Greenhorn
Joined: Oct 19, 2011
Posts: 7
|
|
Hi All,
I deployed an ear in tomcat. it is working fine if i start the tomcat from services but when I run through eclipse by making a tomcat project and running the tomcat through eclipse plugin it is giving database error s like
javax.servlet.ServletException: Cannot create JDBC driver of class '' for connect URL 'null'
Can nybdy help me in this
|
 |
Nimishaa Garg
Greenhorn
Joined: Oct 19, 2011
Posts: 7
|
|
Hi All,
The issue got resolved . I copied contents of the myapp.xml placed at location "C:\Tomcat5.5\conf\Catalina\localhost" in to context.xml at location "C:\Tomcat5.5\conf".
The application is working fine. I guess there is some issue in my tomcat installation or configuration as earlier context was not getting loaded.
Let me know If anybody has any idea about this.
For the time being this issue got resolved.
Thanks
|
 |
 |
|
|
subject: Cannot create JDBC driver of class '' for connect URL 'null'
|
|
|