Re: AW: How to pass Session variable to different Webapplication?

2005-09-18 Thread Martin Burkert
On Sat, 2005-09-17 at 14:51 -0400, Dave Newton wrote: > R. Markham wrote: > The original poster could use Struts modules or just consolidate configs > for each logical section of the app into their own files, or as Wendy > says use J. Random single sign-on method. If you really want to sahre >

Re: How to pass Session variable to different Webapplication?

2005-09-17 Thread Martin Burkert
On Fri, 2005-09-16 at 16:20 -0700, Wendy Smoak wrote: > How are the users logging in? You need some form of 'single sign on,' but > how to go about it depends on where the credentials are coming from. thx for answering! I'm using JAAS to logon the user. The JAAS-subject is containing the user

How to pass Session variable to different Webapplication?

2005-09-16 Thread Martin Burkert
Hi! I would like to pass a session variable (user credentials) from application "homebase" to application "test". Both applications were deployed on the same tomcat-server and crosscontext=true for both Applications. For example I was setting up a session variable in my request, and forwarded the