Re: DB2 Pooled connection from Struts

2003-11-14 Thread Doug
Interesting. While I'm not doing this from Struts, I've just worked on using DB2's internal connection pool from standalone code. Perhaps this will help. I got this information from an IBMer, although even he never pointed me at supporting documentation: --

RE: DB2 Pooled connection from Struts

2003-11-14 Thread Nguyen, Hien
return tds; } } There are also examples at the Apache Jakarta site. Hope that helps. --Hien -Original Message- From: Eric SCHULTZ [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 10:17 AM To: Struts Users Mailing List (E-mail) Subject: DB2 Pooled connect

DB2 Pooled connection from Struts

2003-11-13 Thread Eric SCHULTZ
Good morning... I'm having an impossible time getting a pool of connections to a DB2 database going. I've gotten a single connection to work using the old method (DriverManager.register, DriverManager.getConnection, ...) but I can't seem to do it by describing the datasource in struts-config.xml