Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jody Mills   on Oct 01 In Java Category.

  
Question Answered By: Josie Roberts   on Oct 01

Seems the jdbc driver is not loaded for pooled connection, hence it is giving an error while intializing the apache connection  pool. Make sure you have all the required jar files (including the ones supplied with MySQL database containing the jdbc drivers) in the “/WEB-INF/lib” directory of your application  if it is an application level pool or in the web  server’s “lib” directory if you are creating server level connection pool (which seems you current option). I hope replacing missing jar files will resolve the issue.

Share: 

 

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

 
Didn't find what you were looking for? Find more on Problem in using DataSource Or get search suggestion and latest updates.


Tagged: