RE: Tomcat and Clusters

2004-08-12 Thread Dale, Matt
Hi, There is built in clustering in Tomcat 5, the best way is to use in-memory session replication. Check out the docs on the jakarta site. Session persistence is no good real time as it is not guaranteed that the sessions are written straight to disk. I've done a fair bit of playing with clus

Re: Tomcat and Clusters

2004-08-12 Thread Filip Hanik - Dev
look in server.xml, uncomment the cluster section http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html doc is a little out of date, but I am lurking the user mailing list if you need help Filip - Original Message - From: "Linder Anna-Verena" <[EMAIL PROTECTED]> To: "Tomcat U