Re: Tomcat Clustering SSH

2006-09-21 Thread Massimiliano Berruti
AIL PROTECTED]>: Massimiliano Berruti wrote: > We'd like to make the communications between cluster's members > encrypted to prevent sniffing the session's messages. Why? This would slow down operations. Put cluster's nodes in a separate network segment. -- Mikolaj Rydzewski

Re: Tomcat Clustering SSH

2006-09-21 Thread Massimiliano Berruti
could please point me to some refs describing ssh tunnels integration on tomcat's cluster members? Thanx 2006/9/21, Peter Rossbach <[EMAIL PROTECTED]>: Use ssh tunnels! but better use an isolate network... Regards Peter Am 21.09.2006 um 11:15 schrieb Massimiliano Berruti: >

Tomcat Clustering SSH

2006-09-21 Thread Massimiliano Berruti
Hello, we set up a simple web cluster with the following configuration: a Apache ssl server acts as a load balancer towards two tomcat workers in order the support failover and high availability. We used the built-in mechanism available from tomcat 5.x to implement clustering. From what we have