Hi friends, I have a question regarding the ability of Tomcat JDBC pool to reconnect automatically to a database in case of temporarily network failures.
I'm developing a high-load application which uses Oracle 11g database. It may happen that the DB can become unavailable for several minutes - it is located in another geographic region, so network failures can happen sometimes and the DB becomes unresponsive. Can the Tomcat JDBC pool automatically reconnect to the DB when it becomes online again? Is this done by default or it should be configured somehow? Thank you in advance! Best regards, Vasily Kukhta.