Re: Tomcat 5.5.26 Sessions getting replicated but not working via browser

2008-07-09 Thread martinjd
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

Re: Tomcat 5.5.26 Sessions getting replicated but not working via browser

2008-07-08 Thread Mark Thomas
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

Re: Tomcat 5.5.26 Sessions getting replicated but not working via browser

2008-07-08 Thread martinjd
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

Re: Tomcat 5.5.26 Sessions getting replicated but not working via browser

2008-07-08 Thread nch
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