RE: Tomcat 6 clustering without mulicast

2007-10-30 Thread SANCHEZ, Michel
t - JK: ajp13 listening on /0.0.0.0:8010 --> INFO JkMain::start - Jk running ID=0 time=0/191 config=null --> INFO Catalina::start - Server startup in 62216 ms -Message d'origine- De : Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Envoyé : mardi 30 octobre 2007 00:54 À

RE: Tomcat 6 clustering without mulicast

2007-10-29 Thread SANCHEZ, Michel
List Objet : Re: Tomcat 6 clustering without mulicast yes, that's what you wanted. Then you have to add the static membership interceptors to add static members since you don't have multicast heartbeats anymore Filip SANCHEZ, Michel wrote: > Thanks Filip > > I added the D

RE: Tomcat 6 clustering without mulicast

2007-10-29 Thread SANCHEZ, Michel
ublic DisableMcastInterceptor() { super(); } public void start(int svc) throws ChannelException { svc = (svc & (~Channel.MBR_TX_SEQ)); super.start(svc); } } and then, you can have the static membership interceptor to hearbeats over TCP instead. Filip SANCHEZ, Michel wrote:

Tomcat 6 clustering without mulicast

2007-10-26 Thread SANCHEZ, Michel
Hi all I would like to know if it is possible to do tomcat 6 clustering without multicast IP. In other words by defining a full static cluster in which all the heartbeat stuff is done by unicast. If yes please coluld you tel me how to configure it. I tried a SimpleTcpCluster without McastServi