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

--- Comment #1 from Luke Meyer <lme...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to