You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/11/30 00:14:59 UTC

DO NOT REPLY [Bug 44264] Clustering - Support for disabling multicasting and adding only static members

https://issues.apache.org/bugzilla/show_bug.cgi?id=44264

--- Comment #1 from Luke Meyer <lm...@vmware.com> 2011-11-29 23:14:59 UTC ---
You can disable multicasting with channelStartOptions="3" on the Cluster
element:

<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"
                 channelSendOptions="8" channelStartOptions="3">

Static membership is a little tricky though. See my example config on
https://issues.apache.org/bugzilla/show_bug.cgi?id=52263 (it works w/ Tomcat 6,
anyway)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org