Here are 2 interesting articles: http://www.onjava.com/pub/a/onjava/2004/03/31/clustering.html http://www.onjava.com/pub/a/onjava/2004/04/14/clustering.html?page=1
Since you do have a hardware load balancer, the article may not make much sense. However, if your concern is mainly session persistency, I guess you should refer to your hardware load balancer vendor for possible configurations to support megaproxy ISPs. Unless you want to opt for Tomcat's clustering feature, it would replication the session throughout all cluster nodes, which *could* solve your problem. Regards, Faisal Abdullah On Mon, 4 Oct 2004 18:09:19 -0400, MITCHELL TEIXEIRA <[EMAIL PROTECTED]> wrote: > Hello to the group - I am desperately searching for information about > clustering Tomcat 5 in a "pure" environment without Apache in front of it. I > have a hardware load balancer in front of two Tomcat servers that I want to > join in a cluster in order to avoid/reduce broken shopping cart sessions > experienced by customers coming from so-called megaproxy ISPs like AOL. > Since we can't depend on SSL session ID via the hardware load balancer > (thanks to Microsoft IE5+) we believe that we must make clustering work. The > problem is scarce/non-existent web documentation of Tomcat Clustering. > > Any help is appreciated. > MitchellT > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- There are many ways of going forward, but there is only one way of standing still. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
