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
nal Message ----- From: "Dominique
To:
Sent: Sunday, April 08, 2007 11:09 PM
Subject: sharing same session across multiple webapp
Hi,
we'd like to make modular web development, not with merging in 1
deployable webapp separate web sources, but with making run 2 webapps
sharing the same u
ferent webapps -> App
server singleton
Servlet contexts... can kinda do all of the above... but its kludgy... think
it can get very messy.
Good luck
- Original Message -
From: "Dominique Jocal" <[EMAIL PROTECTED]>
To:
Sent: Sunday, April 08, 2007 11:09 PM
Subj
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
Hi,
we'd like to make modular web development, not with merging in 1
deployable webapp separate web sources, but with making run 2 webapps
sharing the same user's session.
We all know JEE standard does not specify such thing for the moment, but
servers start to enable it a proprietary way (s