Re: DB2/Tomcat Connection pooling problem

2007-02-04 Thread olivier nouguier
From: Tim Lucia [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, February 2, 2007 1:29:05 PM Subject: RE: DB2/Tomcat Connection pooling problem Also in V6, it seems to be using a version of dbcp associated with tomcat as opposed to commons

DB2/Tomcat Connection pooling problem

2007-02-02 Thread Pete
Hello all, I am currently working on getting Tomcat and DB2 to work together here and have been having a heck of a time. I'm at a point where I'm able to reference the JNDI resource in my test servlet (finally), and now am getting a connection pool issue: Cannot create PoolableConnectionFactory

RE: DB2/Tomcat Connection pooling problem

2007-02-02 Thread Tim Lucia
Also in V6, it seems to be using a version of dbcp associated with tomcat as opposed to commons. (org.apache.tomcat.dbcp.*) Has some underlying behavior changed as well here? This is the standard behavior with 5.5.x -- DBCP is repackaged under the Tomcat package (presumably) to avoid conflicts

Re: DB2/Tomcat Connection pooling problem

2007-02-02 Thread Pete
Connection pooling problem Also in V6, it seems to be using a version of dbcp associated with tomcat as opposed to commons. (org.apache.tomcat.dbcp.*) Has some underlying behavior changed as well here? This is the standard behavior with 5.5.x -- DBCP is repackaged under the Tomcat package (presumably