AW: AW: AW: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

2007-01-18 Thread Andy.Scherzinger
liche Nachricht- Von: Rainer Jung [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 18. Januar 2007 17:01 An: Tomcat Users List Betreff: Re: AW: AW: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response [EMAIL PROTECTED] wrote: > Hi Peter, > > Thanks for your

Re: AW: AW: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

2007-01-18 Thread Rainer Jung
[EMAIL PROTECTED] wrote: Hi Peter, Thanks for your very detailed answer. I see, ReplicationValve triggers the session replication after completion of request/response. But which data of the session (parts or the complete session) depends on the manager. Looking at the JavaDoc neither DeltaM

AW: AW: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

2007-01-18 Thread Andy.Scherzinger
:[EMAIL PROTECTED] Gesendet: Donnerstag, 18. Januar 2007 13:49 An: Tomcat Users List Betreff: Re: AW: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response Hi Andy, Please, look to ReplicationValve source code! === Snip ReplicationValve code 346ff getNext

Re: AW: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

2007-01-18 Thread Peter Rossbach
Peter Rossbach [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 18. Januar 2007 08:45 An: Tomcat Users List Betreff: Re: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response Hmm, It is not true, that multiple session replications are processed of one request! Ses

AW: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

2007-01-18 Thread Andy.Scherzinger
---Ursprüngliche Nachricht- > Von: Peter Rossbach [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 17. Januar 2007 09:43 > An: Tomcat Users List > Betreff: Re: AW: AW: Tomcat 5.5 Cluster: Session Replication before > sending the response > > Hi > > you can give o.a.

Re: AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

2007-01-17 Thread Peter Rossbach
: AW: Tomcat 5.5 Cluster: Session Replication before sending the response Hi you can give o.a.c.cluster.session.SimpleTcpReplicationManager a chance, but I don't know it works really. Regards Peter Am 16.01.2007 um 15:57 schrieb <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>: H

AW: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

2007-01-17 Thread Andy.Scherzinger
valve. Regards Andy -Ursprüngliche Nachricht- Von: Peter Rossbach [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 17. Januar 2007 09:43 An: Tomcat Users List Betreff: Re: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response Hi you can give

Re: AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

2007-01-17 Thread Peter Rossbach
Hi you can give o.a.c.cluster.session.SimpleTcpReplicationManager a chance, but I don't know it works really. Regards Peter Am 16.01.2007 um 15:57 schrieb <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>: Hi Filip, I understand that I will just change the session in a way the delta manager w

AW: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

2007-01-16 Thread Andy.Scherzinger
Hi Filip, I understand that I will just change the session in a way the delta manager will replicate everything. But is there no other Manager I can use which just replicates the complete session and not just the changed data (like the DeltaManager does)?! I couldn't find a Manager which repli