The web site we are developing will have at least two tomcat servers
behind some kind of load balancer (looking at nginx so far).  The
requirement is that the session data be completely persistent, even if
all of the members of the cluster fail.  This will be an extremely rare
condition, but it could happen.  Any suggestions on the best way to set
that up?  Surely I'm not the first to have requirements like this.

I've played with the tomcat cluster and the DetlaManager and it works
fine as long as at least one member of the cluster stays alive, but if
all are down at the same time, then session data is lost.  There doesn't
seem to be any obvious way to configure some kind of persistent storage
for the session data.

Mitch


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to