Posted: Sun May 13, 2007 2:57 pm Post subject: tomcat clustering not running failover
I have a problem of clustering. i have read from and studied from
http://www.onjava.com/pub/a/onjava/2004/04/14/clustering.html
to do tomcat clustering. i have done everything accroding to to this site. This is horizontal tomcat clustering. I made a folder and copied all three tomcat in that. i uncomment from %tomcat%\conf\server.xml
After that setting i do shutdown all tomcats and again i start those tomcats. But it is showing it is listeing and live localhost .
If i close one tomcat and refresh my page it is not having same session ID.
I donot having problem of Serializable bean. Because i not using any bean. I am using just a simple jsp file in tomcat webapps folder
Please help