your multicast isn't working.

Filip


Randall Svancara wrote:

I have a problem in my tomcat logs.  I am using tomcat 5.5.7 and
whenever I start up tomcat for the first time, I receive this error
message.


INFO: Manager[/testapp], skipping state transfer. No members active in cluster group.

After the delta manager starts, I receive this error. Should I be
concerned about this????


I have set <distributable/> in my web.xml.  My server.xml has all the
clustering stuff enable. I have provided it below!!  I have started up
ethereal and I can see the multicast packets broadcasting.  The data
portion contains the ip address of the server.  Everything looks like it
should work.

Randall

       <Cluster
className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"

managerClassName="org.apache.catalina.cluster.session.DeltaManager"
                expireSessionsOnShutdown="false"
                useDirtyFlag="false"
                notifyListenersOnReplication="true">

           <Membership

className="org.apache.catalina.cluster.mcast.McastService"
               mcastAddr="224.0.0.3"
               mcastPort="45564"
               mcastFrequency="500"
               mcastDropTime="3000"
               mcastBindAddress="10.111.22.163"/>

           <Receiver

className="org.apache.catalina.cluster.tcp.ReplicationListener"
               tcpListenAddress="10.111.22.163"
               tcpListenPort="4002"
               tcpSelectorTimeout="200"
               tcpThreadCount="6"/>

           <Sender

className="org.apache.catalina.cluster.tcp.ReplicationTransmitter"
               replicationMode="pooled"
               ackTimeout="15000"/>

           <Valve
className="org.apache.catalina.cluster.tcp.ReplicationValve"

filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt;
"/>

           <Deployer
className="org.apache.catalina.cluster.deploy.FarmWarDeployer"
                     tempDir="/tmp/war-temp/"
                     deployDir="/tmp/war-deploy/"
                     watchDir="/tmp/war-listen/"
                     watchEnabled="false"/>
       </Cluster>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to