help with session replication using PersistentManager and FileStore

2006-10-03 Thread Matthew Kennedy
We have a load balancer and several Tomcat instances. Currently this cluster uses sticky sessions, ie. the load balancer routes the request to the Tomcat instance holding the session which belongs to the request. The goal is to change our configuration so that all sessions are persisted to a

Re: help with session replication using PersistentManager and FileStore

2006-10-03 Thread Peter Rossbach
Simple, Don't use it! Use real In Memory- session replication and Non-Stickyness is not support and usefull at java web application. Please, read the servlet spec. Peter Am 03.10.2006 um 22:46 schrieb Matthew Kennedy: We have a load balancer and several Tomcat instances. Currently this