Problem with tomcat session replication

2010-04-26 Thread o-rabbit
I am using two instances of tomcat 6.0.20 in the same window machine, the second instance while starting up gives the following message : -- INFO: Attempting to bind the multicast socket to /228.0.0.4:45564 Apr 26,

Re: Problem with tomcat session replication

2010-04-26 Thread o-rabbit
o-rabbit wrote: The multicast message is now not there but the second instance is still giving the following message: INFO: Manager [localhost#/mycontext]: skipping state transfer. No members active in cluster group I have followed the tomcat cluster howto guide closely, Given

help : Tomcat 6.0.20 session replication not working

2010-05-12 Thread o-rabbit
I have two load balanced instances of tomcat with apache 2.2.14 in front using mod_jk 1.2.28. The load balancing is working as expected. I want to turn on session replication ... so I did the following : 1. I uncommented Cluster className=org.apache.catalina.ha.tcp.SimpleTcpCluster/ in

Re: Horizontal Cluster Session Persistence during Failover

2010-05-12 Thread o-rabbit
Hi, I have the same problem and I am using static membership, but I am getting classnotfoundexception for all application level attribute values. Any ideas why this is the case? Thanks in advance. -- View this message in context:

Re: help : Tomcat 6.0.20 session replication not working

2010-05-12 Thread o-rabbit
On Wed, May 12, 2010 at 3:51 PM, o-rabbit rju...@gmail.com wrote: Is there something more I need to do?? yes: read the clustering-how-to: http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html fyi...People usually post in forums such as this after going through the application website

Re: help : Tomcat 6.0.20 session replication not working

2010-05-12 Thread o-rabbit
I am glad everyone does not think like you do! awarnier wrote: o-rabbit wrote: ... Is there something more I need to do?? Please reply urgently!!! Hi. For your information, the above is almost guaranteed to have the opposite effect of what you would like. The people answering