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

2008-03-17 Thread Cattapan
t.util.net.LeaderFollowerWorkerThread.runIt > (LeaderFollowerWorkerThread.java:81) >at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run > (ThreadPool.java:689) >at java.lang.Thread.run(Thread.java:619) > > > - > To start a new 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
xWait 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 [EMAI