RE: DBCP in Tomcat 5.0: must deploy some artifacts in /common/lib(classes) ?!

2004-07-27 Thread Jerome Lacoste
On Tue, 2004-07-27 at 15:34 -0400, Shapira, Yoav wrote: > Hi, > That's because Tomcat bundles DBCP. If you want to separate them > completely, put your copy in WEB-INF/lib, and the bundled copy in > server/lib, and nothing for DBCP in the common or shared classloader > repositories. I still don't

RE: DBCP in Tomcat 5.0: must deploy some artifacts in /common/lib(classes) ?!

2004-07-27 Thread Shapira, Yoav
Message- >From: Jerome Lacoste [mailto:[EMAIL PROTECTED] >Sent: Tuesday, July 27, 2004 3:33 PM >To: Tomcat User >Subject: DBCP in Tomcat 5.0: must deploy some artifacts in >/common/lib(classes) ?! > >Hi, > >I am deploying a J2EE app in Tomcat 5.0.27. The application uses &g

DBCP in Tomcat 5.0: must deploy some artifacts in /common/lib (classes) ?!

2004-07-27 Thread Jerome Lacoste
Hi, I am deploying a J2EE app in Tomcat 5.0.27. The application uses commons-dbcp. I've found out that if I don't put the jocl file AND the DB drivers in the $CATALINA_HOME/common/lib/ (classes) directory, the DBCP would fail. Either the config file is not found Caused by: java.sql.SQLException