I am using Visualge
Java 4.0, using ConnectionPool class to create a set of connections. Watz happening is when my
TOMCAT server goes down or for for that matter of fact some unknown reason how do I make sure to re-establish connectivity.
Also when transaction fails or database goes down and bad connection exists in the pool what do I do if someother TX is trying to use it
.
Thanks