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
eplicates everything. Is there one? Thanks in advance! Andy -Ursprüngliche Nachricht- Von: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. Januar 2007 15:35 An: Tomcat Users List Betreff: Re: AW: Tomcat 5.5 Cluster: Session Replication before sending the response

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
y -Ursprüngliche Nachricht- Von: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. Januar 2007 15:35 An: Tomcat Users List Betreff: Re: AW: Tomcat 5.5 Cluster: Session Replication before sending the response even with this method, you are not managing the sessions, you

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

2007-01-16 Thread Andy.Scherzinger
which replicates everything. Is there one? Thanks in advance! Andy -Ursprüngliche Nachricht- Von: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. Januar 2007 15:35 An: Tomcat Users List Betreff: Re: AW: Tomcat 5.5 Cluster: Session Replication before sending the res

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

2007-01-16 Thread Filip Hanik - Dev Lists
even with this method, you are not managing the sessions, you're just making sure that everything gets replicated, so doing this, you are not changing the session manager. remember, the code below would be inserted into a filter or a valve Filip [EMAIL PROTECTED] wrote: Hi Filip, Thanks for

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

2007-01-10 Thread Andy.Scherzinger
Hi Filip, Thanks for your answer. I also thought about this solution of just setting all objects again at the end of the doGet method. But if possible I would like to use a tomcat replication mechanism since I do not want to "manage" session since I have a tomcat-built-in session manager :) And