Re: Tomcat Datbase Connection Pooling

2007-04-13 Thread Daniel Stephens
- Original Message From: Rashmi Rubdi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 5:55:36 PM Subject: Re: Tomcat Datbase Connection Pooling Did you check this document? http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html

Tomcat Datbase Connection Pooling

2007-04-11 Thread Venky Vasant
Are there any best practices papers on how effectively DBCP parameters to be configured to have a efficient pool management I am asking this because there are commonly occuring issues with this all over the internet Regards Venkat

Re: Tomcat Datbase Connection Pooling

2007-04-11 Thread Rashmi Rubdi
Did you check this document? http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html There are some very good suggestions under: Preventing dB connection pool leaks Common Problems Also see: http://jakarta.apache.org/commons/dbcp/configuration.html -Rashmi

Re: Tomcat Datbase Connection Pooling

2007-04-11 Thread Martin Gainty
PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, April 11, 2007 6:49 PM Subject: Tomcat Datbase Connection Pooling Are there any best practices papers on how effectively DBCP parameters to be configured to have a efficient pool management I am asking this because