t; <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, April 09, 2007 6:17 PM
Subject: Re: sharing same session across multiple webapp
Thank you to you both, I understand now at what think at when you indicate
using a "shared context"; it can help to exchange d
Thank you to you both, I understand now at what think at when you
indicate using a "shared context"; it can help to exchange data between
2 webapps, and so, after some implementation, to have this session
sharing. It's however requiring some implementation, to "map" the 2
sessions and to manage
Always a big question... search the web and you find many different
approaches
Here is an article how to do it using servlet contexts...
http://www.fwd.at/tomcat/sharing-session-data-howto.html
But maybe clustering is what you looking for
Have a look at tomcat clustering and session replication
I think it is possible, if you set the crossContext="true" , in both
application's Context.
Details on crossContext attribute is here:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
-Rashmi
On 4/8/07, Dominique Jocal <[EMAIL PROTECTED]> wrote:
Is there a way in Tomcat to share th