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

2008-07-09 Thread martinjd
ue()); %> Session serviced by <%= java.net.InetAddress.getLocalHost().getHostName() %> Session ID <%= session.getId() %> <% session.setAttribute("abc","abc"); %> Created on <%= new java.util.Date(session.getCreationTime()).toString() %>

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

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

Tomcat 5.5.26 Sessions getting replicated but not working via browser

2008-07-08 Thread martinjd
Hi, I have configured Tomcat 5.5.26 to be clustered across 2 machines with one instance on each. These two machines are behing a BIG-IP loadbalancer which is setup for sticky sessions. The catalina.out states that the member can see each other: Jul 3, 2008 6:33:50 PM org.apache.catalina.clust