Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Annie Russell   on Feb 10 In Java Category.

  
Question Answered By: Marta Kim   on Feb 10

Just dont forget to put the jdbc  driver of your database at <tomcat_home>/common/lib it is because of the tomcat  class loader. (Though it is not a good idea to bump up <tomcat_home>/common/lib with not necessary jar files. keep all required jar files for a web  application in WEB-INF/lib)
and also as a second guideline do not mess up server.xml of tomcat; instead put the datasource  definitions into META-INF/context.xml

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on problem with datasource Or get search suggestion and latest updates.


Tagged: