Re: Tomcat 5.5 Clustering Problem

2006-09-26 Thread Peter Rossbach
Strange! mcastClusterDomain is set a McastService constructor public McastService() { properties.setProperty("mcastClusterDomain", "catalina"); } Please don't use a real loadbalancer like apache with mod_jk instead the crazy redirect thing at http://www.onjava.com/pub/a/onj

Tomcat 5.5 Clustering Problem

2006-09-25 Thread Paul Michael Laborte
I'm trying to perform a simple cluster setup with Tomcat 5.5 and been running into some problems. Here's the link to the tutorial that I'm trying to follow: http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html. Below is an excerpt of the stack trace, I'm using the balancer application from