Re: Transfer all HttpSessions from one cluster node to another

2009-02-11 Thread nlif
that a request will come in to Node Y, which is the backup-to-be of the session, while the session is not yet fully replicated. Again, does tribes handle that? Naaman -- View this message in context: http://www.nabble.com/Transfer-all-HttpSessions-from-one-cluster-node-to-another-tp21649886p21953141

Re: Transfer all HttpSessions from one cluster node to another

2009-01-30 Thread Filip Hanik - Dev Lists
Ok, the backup manager which does two things 1. [every request] it selects a backup node and each time the session changes it publishes the delta to the back up node 2. [one time] upon session creation it also notifies the other nodes with the location of the backup node for session X should

Re: Transfer all HttpSessions from one cluster node to another

2009-01-28 Thread nlif
...@tomcat.apache.org -- View this message in context: http://www.nabble.com/Transfer-all-HttpSessions-from-one-cluster-node-to-another-tp21649886p21701502.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Transfer all HttpSessions from one cluster node to another

2009-01-28 Thread nlif
...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- View this message in context: http://www.nabble.com/Transfer-all-HttpSessions-from-one-cluster-node-to-another-tp21649886p21701505.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Transfer all HttpSessions from one cluster node to another

2009-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nilf, nlif wrote: We intend to run in a cluster, with stickiness enabled, and without replication. This of course does not give us failover capabilities, in case of a server crash, but it is sufficient for our needs. However, we would like to

Transfer all HttpSessions from one cluster node to another

2009-01-25 Thread nlif
such a thing? I would appreciate any tips. Thanks, Naaman -- View this message in context: http://www.nabble.com/Transfer-all-HttpSessions-from-one-cluster-node-to-another-tp21649886p21649886.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Transfer all HttpSessions from one cluster node to another

2009-01-25 Thread Filip Hanik - Dev Lists
nlif wrote: Hi all, We intend to run in a cluster, with stickiness enabled, and without replication. This of course does not give us failover capabilities, in case of a server crash, but it is sufficient for our needs. However, we would like to be able to transfer all sessions currently on