Re: Cross-Context Session Replication

2005-12-03 Thread John Lewis
alright. Please let us know if there is anything we can do to support you in this. Thanks so much! John Peter Rossbach wrote: Yes, I implement this idea inside the ReplicationValve or a new one. I thing we support cross context session replication inside 5.5.14. Thanx Peter Remy Maucherat

DO NOT REPLY [Bug 35710] - Cross-Context Session Replication

2005-12-03 Thread bugzilla
om/dev%40tomcat.apache.org/msg01312.html Peter Rossbach now plans to implement Cross-Context Session Replication in release 5.5.14. The proposed solution discussed by Remy and Peter is to use the endAccess method in ClusteredSession to populate a thread-local that will contain the list of all the sessions tha

Re: Cross-Context Session Replication

2005-12-03 Thread Peter Rossbach
Yes, I implement this idea inside the ReplicationValve or a new one. I thing we support cross context session replication inside 5.5.14. Thanx Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey, I am highly interessed to support cross-context for cluster session replication. The

Re: Cross-Context Session Replication

2005-12-01 Thread Remy Maucherat
Peter Rossbach wrote: Hey, I am highly interessed to support cross-context for cluster session replication. The session.endAccess is a neat place for support this. Please, let us discuss how we can use it. In your ClusteredSession, you can override endAccess (don't forget to call the superc

Re: Cross-Context Session Replication

2005-12-01 Thread Peter Rossbach
on of the target webapp. Unicon now has several clients that are extremely eager to see cross-context session replication support built into Tomcat. Given that this work would be difficult for someone not already familiar with the Tomcat code, are there any experienced Tomcat developers out

Re: Cross-Context Session Replication

2005-12-01 Thread Remy Maucherat
accesses another webapp's context and changes occur in the session of the target webapp. Unicon now has several clients that are extremely eager to see cross-context session replication support built into Tomcat. Given that this work would be difficult for someone not already familiar wit

Cross-Context Session Replication

2005-12-01 Thread John Lewis
webapp's context and changes occur in the session of the target webapp. Unicon now has several clients that are extremely eager to see cross-context session replication support built into Tomcat. Given that this work would be difficult for someone not already familiar with the Tomcat code