Hi community, I'm trying to session clustering between two tomcat servers, reading http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html. My system is as below:
Server1: (HTTPD + tomcat1) Server2: (only tomcat2 w/o HTTPD) I expected working well, but I received below messages from tomcat2, and it seems not work well. Mar 17, 2010 5:23:00 PM org.apache.catalina.tribes.group.interceptors.TcpFailureDetector memberAlive SEVERE: Unable to perform failure detection check, assuming member down. java.net.NoRouteToHostException: No route to host at java.net.PlainSocketImpl.socketConnect(Native Method) What's wrong with my configuration? ... <Channel className="org.apache.catalina.tribes.group.GroupChannel"> <Membership className="org.apache.catalina.tribes.membership.McastService" address="228.0.0.4" port="45564" frequency="500" dropTime="3000"/> <Receiver className="org.apache.catalina.tribes.transport.nio.NioReceiver" address="192.168.123.155" // tomcat1 //tomcat2 : address="192.168.123.138" port="4000" autoBind="100" selectorTimeout="5000" maxThreads="6"/> ... -- Best Regards, Edward J. Yoon Co-founder of Twieat.Us edwardy...@apache.org http://blog.udanax.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org