I created a test app of my own and was able to prove that the cluster is
working correctly. Its the vendor app that is having problems. I have
referred the issue back to them.
Here is the app I used:
index.jsp
<%@ page language="java" import="java.util.*" session="true"
pageEncoding="IS
martinjd wrote:
Hi,
I am using the jsp-examples - book demo that comes with tomcat. I seen
somewhere on the web that this can be used to test session replication. I
assume that all objects in this app are serializable. Do you think that this
is not a proper test?
You could just check the code
Hi,
I am using the jsp-examples - book demo that comes with tomcat. I seen
somewhere on the web that this can be used to test session replication. I
assume that all objects in this app are serializable. Do you think that this
is not a proper test?
Martin
nch-3 wrote:
>
>
> Make sure all objec
Make sure all objects you add to a session are serializable. If not,
DeltaManager should be logging about it.
Cheers.
- Original Message
From: martinjd <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Sent: Tuesday, July 8, 2008 11:35:11 AM
Subject: Tomcat 5.5.26 Sessions getting repli