Hi,
  Thanks a lot for all the information on the wiki pages. Even though I am new 
to jboss clustering, I was easily able to set up two jboss instances on one 
machine and front end them with Apache and mod_jk connector. 

 Before clustering the jboss instances, I had a http session listener that 
handled session timeouts and cleaned up some pending backend tasks if 
necessary. This was called by the tomcat container on user session timeout (if 
the user session was inactive for 20 mins).
 While testing the clustered setup, I found out that this listener gets called 
when I shutdown one of the jboss instances (to test the session replication).  
I see that the "sessionDestroyed" method of this listener is invoked. 
 Is there anything that I can do to prevent the http sessions from being 
destroyed when one of the nodes is shutdown?
 Am I missing something in my setup ?

 If I remove the listener from web.xml, everything works great but then I loose 
the ability to track and clean inactive sessions.

Thanks for your help.

Regards
Mandar



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931479#3931479

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931479


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to