-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

John,

John Coleman wrote:
> I am trying to set up load balancing and clustering, but whenever I put
> in a request to the lb server I get:
> 
> java.lang.IllegalArgumentException: Required property
> "mcastClusterDomain" is missing.

Seems pretty straightforward: you are missing a required property. Let's
see your server.xml...

>         <Cluster
> className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"
> managerClassName="org.apache.catalina.cluster.session.DeltaManager"
>        expireSessionsOnShutdown="false"
>                    useDirtyFlag="true">
>                    
>             <Receiver 
> className="org.apache.catalina.cluster.tcp.ReplicationListener"
>                tcpListenAddress="127.0.0.1"
>                   tcpListenPort="4000"
>              tcpSelectorTimeout="100"
>                  tcpThreadCount="6"/>
> 
>             <Sender
> className="org.apache.catalina.cluster.tcp.ReplicationTransmitter"
>                 replicationMode="pooled"/>

It looks like you are missing your entire <Membership> element. Please
see http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html for a
sample configuration.

Also note that the sample configuration has the <Cluster> inside the
<Host>, while you have yours outside. I'm not sure if that makes a
difference, but it's definitely something to check out.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkUbj0ACgkQ9CaO5/Lv0PAYnACgrVEvxt1nO3KF7ZBSIHxBO+M0
XFQAnidJB13AxN9gwFg4CQAsVZeU9/eH
=1JcC
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to