Clustering HTTP Sessions in Tomcat

2002-04-09 Thread Dion Almaer
Filip Hanik has written a great article on HTTP Session Replication using Tomcat 4. http://www.theserverside.com/resources/index.jsp In this article we will cover one of the clustering technologies, HTTP session replication, that is used within the J2EE model. In the second half of the article,

HTTPSessions: sessionDestroyed(), attributeRemoved(), etc

2002-03-08 Thread Dion Almaer
Hi guys - I am trying to write some code that listens to HTTPSessions, and when the server is going to destroy it, I want to do something with it first. sessionDestroyed() seems to be called AFTER the session is destroyed, and as soon as one attribute is removed due to invalidation, the sessi