Re: Sharing session between different webapps under same tomcat

2011-08-07 Thread Ron McNulty
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

Re: Sharing session between different webapps under same tomcat

2011-08-06 Thread Chema
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

Re: Sharing session between different webapps under same tomcat

2011-08-05 Thread Ron McNulty
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

Re: Sharing session between different webapps under same tomcat

2011-08-04 Thread Chema
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

Re: Sharing session between different webapps under same tomcat

2011-08-04 Thread Ron McNulty
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

Re: Sharing session between different webapps under same tomcat

2011-08-03 Thread Chema
> 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

Re: Sharing session between different webapps under same tomcat

2011-08-03 Thread Ron McNulty
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

Re: Sharing session between different webapps under same tomcat

2011-08-03 Thread Mark Thomas
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

Sharing session between different webapps under same tomcat

2011-08-02 Thread Jany Jose
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