Re: Tomcat 6 Cluster Woes

2008-08-12 Thread Filip Hanik - Dev Lists
That error is ok, since you're shutting down, we closing the socket forcefully. It's a mistake of me to print the error message Filip Zachariah Zachariah wrote: Thanks Filip. I found that changing the Host name to localhost from the actual node names made it to work properly. So in my case

Re: Tomcat 6 Cluster Woes

2008-08-07 Thread Zachariah Zachariah
Thanks Filip. I found that changing the Host name to localhost from the actual node names made it to work properly. So in my case z2 and z3 were the actual node names that the OS (Solaris) knew them to be. I changed Engine and Host elements of the server.xml in these nodes to point to

Re: Tomcat 6 Cluster Woes

2008-08-05 Thread Filip Hanik - Dev Lists
have you by any chance deployed your apps in Host elements with a different name? Filip Zachariah Zachariah wrote: Hi, I am trying to set up a cluster of tomcat servers to serve up my dynamic content with session replication. Although failover seems to be working with each node aware of

Tomcat 6 Cluster Woes

2008-08-04 Thread Zachariah Zachariah
Hi, I am trying to set up a cluster of tomcat servers to serve up my dynamic content with session replication. Although failover seems to be working with each node aware of the other, Session replication does not work quite as expected. I get the error WARNING: Context manager doesn't exist