can be hosted
by multiple J2EE containers, so their solution must be independent of
Tomcat.
Regards
Ron
- Original Message -
From: "Chema"
To: "Tomcat Users List"
Sent: Saturday, August 06, 2011 10:54 PM
Subject: Re: Sharing session between different webapps und
Hi Ron:
> My understanding is that once these options are confgured, the SAME session
> data is stored across contexts separately for each user.
Thanks for you answer, but in the last seccion of that webpage
(Session-aware cross context data sharing), explains that:
- he's sharing data using Se
riginal Message -
From: "Chema"
To: "Tomcat Users List"
Sent: Thursday, August 04, 2011 10:26 PM
Subject: Re: Sharing session between different webapps under same tomcat
OK, I got it
Use context scope to store a HashMap object indexing by JSESSIONID
I guess , this way you
Regards
>
> Ron
>
> - Original Message - From: "Chema"
> To: "Tomcat Users List"
> Sent: Thursday, August 04, 2011 6:39 PM
> Subject: Re: Sharing session between different webapps under same tomcat
>
>
>>> I think it is possible to share
mcat Users List"
Sent: Thursday, August 04, 2011 6:39 PM
Subject: Re: Sharing session between different webapps under same tomcat
I think it is possible to share sessions across contexts. Portal
applications need to do this. Try
http://jee-bpel-soa.blogspot.com/2009/06/session-sharing-in-apach
> I think it is possible to share sessions across contexts. Portal
> applications need to do this. Try
> http://jee-bpel-soa.blogspot.com/2009/06/session-sharing-in-apache-tomcat.html
>
But this solution shares information between contexts , not creates an
unique shared session per user (session d
ot;
Sent: Wednesday, August 03, 2011 6:23 PM
Subject: Sharing session between different webapps under same tomcat
Hi,
We are using tomcat 6.0.26. For one use case we want to re-use the session
objects created in one web application in another web application which
are
running under the same t
On 03/08/2011 07:23, Jany Jose wrote:
> Hi,
>
> We are using tomcat 6.0.26. For one use case we want to re-use the session
> objects created in one web application in another web application which are
> running under the same tomcat. Please let me know is it supported and if yes
> how to achieve t
Hi,
We are using tomcat 6.0.26. For one use case we want to re-use the session
objects created in one web application in another web application which are
running under the same tomcat. Please let me know is it supported and if yes
how to achieve that.
Thanks
Jany