Hmm maybe you are not returning connections after using them ?

In the tomcat docs they do give a pattern you could use in your code, like

try {

}catch(SQLException e) {

}finally {
      try {
            //Perform your close statements here.
      }catch(SQLException e) {

      }
}

HIH .

Kausik Dey wrote:

Hi Guys,
Currently I am using 5.0.5 in production. I was trying to upgrade to 5.0.15 or 5.0.16. I made necessary changes to server.xml to create informix DBCP. Unfortunately, I am getting "Connection Pool Exhausted" error while trying to obtain the connection from Datasource. Is it a bug in these version or I am doing something wrong? Please advise me.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to