Re: Replication Stops Overnight

2009-04-11 Thread Filip Hanik - Dev Lists
sounds like a 'stale connection'. what I would do first, is to turn off keep alive look up keepAliveCount and keepAliveTime in http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-sender.html Filip Theparanoidone Theparanoidone wrote: Greetings, We are using tomcat6 cluster in two data-cente

RE: Replication Stops Overnight

2009-04-11 Thread Martin Gainty
the default dropTime from MCastService is 3 secs e.g. properties.setProperty("memberDropTime","3000"); would suggest increase memberDropTime property (so MCastService detects a Heartbeat) Martin does anyone knows what op means about 'going home'? __