order to detect the shutdown of the static member automatically by
> heartbeat,
> you must use the TcpPingInterceptor.
> TcpPingInterceptor monitors cluster members by the TCP check.
>
> ex.
> TcpPingInterceptor -> TcpFailureDetector -> StaticMembershipInterceptor
>
>
>
&
Hi,
we are using tomcat 6.0.39 on linux machines.
I've implemented a clustering via tribes for exchanging messages with
static membership. We are not using mutlicast as it does not work with
linux vserver. We are not using session replication. We just want to
exchange some commands.
Everything wor