Hello all. I'd like to find a way to force my tomcat instances to get new connection pools, without stopping and starting the instances and kicking out all of my connected users.
I'm using Oracle RAC with a failover service, and should one node fail, our tomcat instances don't reconnect automatically. Doing a full stop/start can be time consuming, so I was wondering if it were possible to make them reconnect without a full restart. I'm running tomcat 5.5.12 on RHEL4 with JDK1.5. Thanks in advance...