• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Cannot create JDBC driver of class '' for connect URL 'null'

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic