Re: Clustering, De-Serialization and Order of Operations

2010-05-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Howard, On 5/27/2010 8:01 PM, Howard Lewis Ship wrote: > I believe my client is using Tomcat 6; I'll check. > > So, at startup, the Manager reads the saved HttpSession state into > memory, then starts init'ing filters and servlets? I really need to

Re: Clustering, De-Serialization and Order of Operations

2010-05-27 Thread Howard Lewis Ship
I believe my client is using Tomcat 6; I'll check. So, at startup, the Manager reads the saved HttpSession state into memory, then starts init'ing filters and servlets? I really need to find a way to work on that ordering. On Thu, May 27, 2010 at 8:43 AM, Pid wrote: > On 27/05/2010 16:31, Howar

Re: Clustering, De-Serialization and Order of Operations

2010-05-27 Thread Pid
On 27/05/2010 19:08, Caldarale, Charles R wrote: >> From: Pid [mailto:p...@pidster.com] >> Subject: Re: Clustering, De-Serialization and Order of Operations >> >> Session persistence is a Manager Valve function > > Is that true even for the start() and stop()

RE: Clustering, De-Serialization and Order of Operations

2010-05-27 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Clustering, De-Serialization and Order of Operations > > Session persistence is a Manager Valve function Is that true even for the start() and stop() methods of StandardManager? I thought valves came into play during request pro

RE: Clustering, De-Serialization and Order of Operations

2010-05-27 Thread Martin Gainty
t obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 27 May 2010 08:31:53 -0700 > Subject: Clustering, De-Serialization and Order of Operations > From: hls...@

Re: Clustering, De-Serialization and Order of Operations

2010-05-27 Thread Pid
On 27/05/2010 16:31, Howard Lewis Ship wrote: > I have a question, on behalf of a client, concerning Tomcat clustering > and deserialization, in the context of a Tapestry 5 application. > > Here's the short form: some of the objects that a Tapestry > application may put into the HttpSession will

Clustering, De-Serialization and Order of Operations

2010-05-27 Thread Howard Lewis Ship
I have a question, on behalf of a client, concerning Tomcat clustering and deserialization, in the context of a Tapestry 5 application. Here's the short form: some of the objects that a Tapestry application may put into the HttpSession will only deserialize correctly if the Tapestry application (