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
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
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
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
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
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
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