Thread: Tomcat Problem
View Single Post
  #1 (permalink)  
Old 04-15-2008, 02:11 PM
sanjeevtarar's Avatar
sanjeevtarar sanjeevtarar is offline
Senior Member
 
Join Date: Apr 2008
Location: Delhi(India)
Posts: 249
sanjeevtarar is on a distinguished road
Tomcat Problem
Hello All,

I have done tomcat clustering using Apache.and in my web application i have an HttpListener Class in which i am updating database for user log out when session timeout.

when one of tomcat instance in clustering is down then it's session value is replicated to others and user do work properly.

Now My problem is when i shut down one of cluster instance then it call the Listener Class and updates the Database and marks the user as logout....

I do not want to call the listener class OR how can i know that tomcat is shut down e.g. any event that i can get so that i will not update database.


Please give your valuable ideas.....


Thanks,
Sanjeev
Reply With Quote
Sponsored Links