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,
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
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
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
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