persist sessions in a clustered environmentuse the PersistenceManager instead of the clustering if all you want is to write sessions to a file system. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html
Did you need any help figuring out why in memory replication didn't work? Filip ----- Original Message ----- From: Dale, Matt To: Tomcat Users List (E-mail) Sent: Monday, June 07, 2004 4:03 PM Subject: persist sessions in a clustered environment Hi, We have been experiencing problems with our cluster using in-memory replication so we are looking into other ways in which to replicate the sessions. Our first step will be to switch to asynchronous mode for the replication from pooled but what i'm stuck with is replicating sessions to a shared file system. Basically I want to know how to do it or if someone can point me towards examples. Ta Matt ------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
