> > I clustered three tomcat and 1 apache server. I implemented replication > session by memory manager. I'd like to create a storage level on another > machine and put in the web application. So the 3 tomcat must use it like a > "common webapps folder". I tested it and load balancing works, but when a > tomcat goes down the replication session doesn't work. In fact the receiver > tomcat creates new JSESSIONID. Is my scenario possible? >