Re: Tomcat 5.5.9 Cluster Error

2005-08-24 Thread SUGAHARA Toshio
Hi Peter, I resolved my problems. I appended mcastBindAddress attribute to element and set "127.0.0.1" as a value. Thanks anyway. -Toshio > > Which OS you used and is your firewall open for UDP > port > > 45564 and TCP 4001 ? Is your network interface > enabled for Multicast > Packages ? >

Re: Tomcat 5.5.9 Cluster Error

2005-08-21 Thread SUGAHARA Toshio
Hi Peter, I'm using Windows XP SP1 and not enable Firewall. Also I can use Multicast. I was able to set-up Tomcat Cluster with 5.0.16, but I failed with 5.5.9 and 5.0.28. On only uncommenting the Cluster and Value element in server.xml, I succeeded to set-up with 5.0.16. But with 5.5.9 and 5.0.2

Re: Tomcat 5.5.9 Cluster Error

2005-08-19 Thread Peter Rossbach
Which OS you used and is your firewall open for UDP port 45564 and TCP 4001 ? Is your network interface enabled for Multicast Packages ? Why you used the deployer ? Peter SUGAHARA Toshio schrieb: >Sorry, attached file was not sent and I'll try again. > >[error message] >ERROR main >org.apache

Re: Tomcat 5.5.9 Cluster Error

2005-08-19 Thread SUGAHARA Toshio
Sorry, attached file was not sent and I'll try again. [error message] ERROR main org.apache.catalina.cluster.tcp.SimpleTcpCluster - Unable to start cluster. java.net.SocketException: error setting options at java.net.PlainDatagramSocketImpl.join(Native Method) at java.net.PlainDat

Tomcat 5.5.9 Cluster Error

2005-08-19 Thread SUGAHARA Toshio
Hi all, I'm building Tomcat Cluster environment on the same box. Configuring sevrer.xml and starting tomcat instance, I got error message as attached file. Here is my envrinment; Apache:2.0.54 MPM worker Tomcat:5.5.9 JK_Connector:mod_jk 1.2.14.1 JDK:J2SE 1.5.0_04 Also, I modified web.xml and add