Re: connection Pooling in tomcat 6

2010-11-03 Thread mike houston
Can you please explain to me in detail. Thanks, M On Thu, Nov 4, 2010 at 10:43 AM, Will Sumekar wrote: > you can use commons dbcp or c3p0 that are available openly. > > > Will > > > On Thu, Nov 4, 2010 at 12:50 PM, mike houston >wrote: > > > Hi.. > > &g

connection Pooling in tomcat 6

2010-11-03 Thread mike houston
Hi.. Is there a framework for implementing database connection pooling in tomcat 6? I am migrating my application from tomcat 4 to 6. There is already a connection pooling implemented for the sql2000 server using the MS pool.exe framework. But now thats not quite compatible. Please suggest. Than