The Tomcat cluster is configured as load balancer only. There is no session replication. So in case a Tomcat node on which the user session is running, dies in that case the session is lost.
We do need to run a service on that cluster periodically. Obviously it cannot run on both servers, but at the same time one has to ensure it has to be run on at least one server after certain interval. What is an elegant solution in this case? Regards, Suhaas