RE: Best way to access Session with regards to cluster

2008-04-30 Thread Brad A Cupit
> The latter assuming you are implementing > StrutsStatics in the interceptor. or using Java 5's static imports :-) Brad Cupit Louisiana State University - UIS - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Best way to access Session with regards to cluster

2008-04-30 Thread Randy Burgess
, Randy Burgess Sr. Web Applications Developer Nuvox Communications > From: Brad A Cupit <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Wed, 30 Apr 2008 11:40:49 -0500 > To: Struts Users Mailing List > Subject: RE: Best way to access Session with regards

Re: Best way to access Session with regards to cluster

2008-04-30 Thread Nils-Helge Garli Hegvik
ext().getSession(); > 2. ActionContext.getSession(); > 3. invocation.getInvocationContext().getSession(); > 4. ServletActionContext.getRequest().getSession() > 5. ServletActionContext.getSession() > > -- > View this message in context: > http://www.nabble.com/Be

Re: Best way to access Session with regards to cluster

2008-04-30 Thread mojoRising
().getSession() 5. ServletActionContext.getSession() -- View this message in context: http://www.nabble.com/Best-way-to-access-Session-with-regards-to-cluster-tp16985836p16987714.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Best way to access Session with regards to cluster

2008-04-30 Thread Nils-Helge Garli Hegvik
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

RE: Best way to access Session with regards to cluster

2008-04-30 Thread Brad A Cupit
> 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 HttpServle

Best way to access Session with regards to cluster

2008-04-30 Thread mojoRising
-access-Session-with-regards-to-cluster-tp16985836p16985836.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]