Re: DB2/Tomcat Connection pooling problem

2007-02-04 Thread olivier nouguier
=localhost,class= javax.sql.DataSource,name="jdbc/PhoenixDB" When trying to use the DB2DataSourceFactory instead of the dbcp one... Thanks, -P - Original Message From: Tim Lucia <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, February 2, 2007 1:29:05 PM Subject: RE: DB2/Tomcat Co

Re: DB2/Tomcat Connection pooling problem

2007-02-02 Thread Pete
ia <[EMAIL PROTECTED]> To: Tomcat Users List 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. (org.apache.tomcat.dbcp.*) Has some underlying

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 conflic

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