Re: clustermembers don't detect shutdown of other members

2014-03-26 Thread D.R.
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 > > > &

clustermembers don't detect shutdown of other members

2014-03-24 Thread D.R.
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