RE: Tomcat 6 clustering without mulicast

2007-10-30 Thread SANCHEZ, Michel
your static members, and that should take care of your problem Filip SANCHEZ, Michel wrote: I'am not shure that i understand well. What i whould like to have is session replication on a two members cluster with unicast heartbeat. With DisableMcastInterceptor i have no more multicast

RE: Tomcat 6 clustering without mulicast

2007-10-29 Thread SANCHEZ, Michel
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: Hi all

RE: Tomcat 6 clustering without mulicast

2007-10-29 Thread SANCHEZ, Michel
Users 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 DisableMcastInterceptor