RE: JDBC Session Persistence in a cluster problem/question

2006-01-10 Thread Gary Blomquist
I am looking into this as well. It appears that you must use sticky sessions with the Persistent Manager/JDBC store to get failover to work. However, it also appears that due to the asyncronous persisting of the sessions, you might still lose some session data. I have written a manager that wi

RE: JDBC Session Persistence in a cluster problem/question

2006-01-10 Thread Duan, Nick
Could this be the reason that the failover can't succeed? Tomcat HOWTO on session replication: Make sure your web.xml has the element or set at your ND -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 1:45 AM To: users@tomcat.apache.org Sub