Re: Tomcat troubles with jdbc connection
Posted By:
Heinrich_Soebke
Posted On:
Friday, November 16, 2001 08:08 AM
Hi Phillipe,
we are using a connection pool, which checks periodically if the connections are ok (by using a test-statement (e.g Oracle: select * from dual)). If the connections are not ok, new connections are created.