Re: Tomcat Clustering SSH

2006-10-23 Thread Filip Hanik - Dev Lists
http://www.harding.motd.ca/autossh/ Filip Massimiliano Berruti wrote: You're perfectly right...the problem is we must do this because this is a sample application we're developping for our university and they asked to use ssh tunnel or something else to secure connection in the cluster... Thanx

Re: Tomcat Clustering SSH

2006-09-21 Thread Mikolaj Rydzewski
Massimiliano Berruti wrote: You're perfectly right...the problem is we must do this because this is a sample application we're developping for our university and they asked to use ssh tunnel or something else to secure connection in the cluster... Thanx for help! So use VPN to create separate an

Re: Tomcat Clustering SSH

2006-09-21 Thread Massimiliano Berruti
You're perfectly right...the problem is we must do this because this is a sample application we're developping for our university and they asked to use ssh tunnel or something else to secure connection in the cluster... Thanx for help! 2006/9/21, Mikolaj Rydzewski <[EMAIL PROTECTED]>: Massimilia

Re: Tomcat Clustering SSH

2006-09-21 Thread Mikolaj Rydzewski
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 <[EMAIL PROTECTED]> smime.p7s Descri

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: > Hello, > > we

Re: Tomcat Clustering SSH

2006-09-21 Thread Peter Rossbach
Use ssh tunnels! but better use an isolate network... Regards Peter Am 21.09.2006 um 11:15 schrieb 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 failo

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