Re: DBCP: Threads sitting forever in getConnection()?

2008-03-17 Thread Cattapan
topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Bernardo Cattapan [EMAIL PROTECTED]

Re: tomcat hangs when connetion pooling used

2008-03-16 Thread Cattapan
parameter on your datasource configuration, you will receive a timeout error or something like this. Try to find where you are not closing the connections. Always close connections on 'finally' statements of a 'try/catch/finally' structure. Att, -- Bernardo Cattapan [EMAIL PROTECTED] On Sun, Mar