Re: Horizontal Cluster Session Persistence during Failover

2010-05-12 Thread Pid
On 12/05/2010 14:57, o-rabbit wrote: > > 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. You just replied to a thread from September 2009,

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: http://old.nabble.com/Horizontal-Cluster-Session-Persistence

Re: Horizontal Cluster Session Persistence during Failover

2009-09-18 Thread Alexander Bacon
I ended up using Option 2, which ended up being very easily to implement. (http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html) The network admin had previously assured me that multicast packets were working properly between the two servers. Thank you for your help! -Alexand

Re: Horizontal Cluster Session Persistence during Failover

2009-09-17 Thread Filip Hanik - Dev Lists
serverB is not receiving multicast packets from serverA solutions: 1. fix multicasting 2. use static memberships Filip On 09/14/2009 09:06 AM, Alexander Bacon wrote: Even though my servers are configured identically (except for jvmRoutes), they're behaving differently. If the session begins on

Horizontal Cluster Session Persistence during Failover

2009-09-14 Thread Alexander Bacon
Even though my servers are configured identically (except for jvmRoutes), they're behaving differently. If the session begins on ServerA and then ServerA crashes, it will switch to ServerB and the session will not be lost. If the session begins on ServerB and crashes, it will begin a new session o