Re: Sharing session between different webapps under same tomcat

2011-08-07 Thread Ron McNulty
different webapps under same tomcat 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

Re: Sharing session between different webapps under same tomcat

2011-08-06 Thread Ron McNulty
- From: Chema demablo...@gmail.com To: Tomcat Users List users@tomcat.apache.org 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

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

Re: Sharing session between different webapps under same tomcat

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

Re: Sharing session between different webapps under same tomcat

2011-08-04 Thread Ron McNulty
Users List users@tomcat.apache.org 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

Re: Sharing session between different webapps under same tomcat

2011-08-04 Thread Chema
. Regards Ron - Original Message - From: Chema demablo...@gmail.com To: Tomcat Users List users@tomcat.apache.org 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

Sharing session between different webapps under same tomcat

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

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 that.

Re: Sharing session between different webapps under same tomcat

2011-08-03 Thread Ron McNulty
users@tomcat.apache.org 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