Auto Reconnect of Database Connection

Posted by wesley on Stack Overflow See other posts from Stack Overflow or by wesley
Published on 2010-03-30T19:41:13Z Indexed on 2010/03/30 19:43 UTC
Read the original article Hit count: 402

Filed under:
|
|
|
|

I have a DBCP connection pool in Tomcat. The problem is that when the connection is lost briefly the appliction is broken because DBCP won't try to reconnect again later when there is a connection. Can I get DBCP to reconnect automatically?

© Stack Overflow or respective owner

Related posts about tomcat

Related posts about dbcp