You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Edmon Begoli <eb...@gmail.com> on 2005/01/14 05:27:00 UTC

Multicast IP/port for session replication issue on VMWare Linux cluster

I am really just getting into the area of session replication via multicast, so I need somebody's help here.

I am running a cluster of Tomcats on a virtual Linux RH ES3 cluster on VMWare. (host-only networking, static IPs)

My session replication is set with default settings:

              className="org.apache.catalina.cluster.mcast.McastService"
                mcastAddr="228.0.0.4"
                mcastPort="45564"
                mcastFrequency="500"
                mcastDropTime="3000"

It fails miserably even on the startup. It can't even create the device socket. 

Is there anything I need to configure respective to my cluster's sub-net or anything related to DHCP to make this work.

Any help is greatly appreciated.

Thank you,
Edmon