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

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
testOnBorrow=true driverType=4 url=jdbc:db2://test:5/TDB / /Context Thanks, -P - Original Message 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