Clustering is the responsibility of the application server. Struts 2
has no role in that. Just follow the general guidelines of clustering
of web applications.

Nils-H

On Wed, Apr 30, 2008 at 6:40 PM, Brad A Cupit <[EMAIL PROTECTED]> wrote:
> > but I still have some confusion about the proper way to do
>  > this so that my session values will be available and
>  > replicated properly in a cluster environment.
>
>  The Struts 2 session maps are actually just wrappers around the real
>  underlying session. The methods that return (or set) a
>  HttpServletRequest should provide the actual http session.
>
>  Basically, once you have setup replicated sessions in your app server,
>  Struts 2 should work with it automatically, no matter which method you
>  choose to get the session.
>
>  I believe implementing SessionAware is the recommended approach, as it
>  doesn't tie your actions to the servlet api (making them more portable
>  and easier to test).
>
>  Not sure about getting the session in an interceptor though...
>
>  Brad Cupit
>  Louisiana State University - UIS
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to