Hi
Please Validate this Question
SPEC : JDK1.5
TOMCAT 6.0.20
O/s 1, 2 Windows 2000 Server
Apache Http - 2.x
1) A Custom built web application uses Quartz process ( Kron job)
every 20 minutes to DB (JNDI based Connection pool ) to process some data
on when deployed on single system,
2) The same is deployed on a Apache 2x - tomcat CLUSTER mode as 2
instances on 2 different independent System.
Question: Does each instance of the application be connection to DB
every 20 minute based on the Kron -Job Configuration.
If so Is there any way within the Cluster Configuration to prevent this
issue?
With regards
karthik