I know that tomcat supports a single-sign on config, and Jetty may well do the same. What you're really saying is that you want the user to only have to sign on once for the two different webapps, yes? If so, then have a look at the single-sign on config (I've never used it, so cant help you there sorry).
cheers dim ----- Original Message ----- From: "Yong T. Kim" <[EMAIL PROTECTED]> To: "Dmitri Colebatch" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 1:57 PM Subject: Re: [JBoss-user] Is it possible to share (or access) session between Tomcat and JBoss Web Application? > Yes, I was talking about web session. I have 2 web applications set up to > run one implemented as part of ear deployment unit (under JBoss) and the > other under tomcat's webapps directory as war. And, I had some reason to > share some sessions between those 2 apps and I wasn't able to do... I am > not using 3.0 yet... but I will. However, as a interim solutions, I move > those functionality from one app and put it into the other so that I don't > have to worry about this. > > Anyway, thanks for your advice. > > Yong Kim > > ----- Original Message ----- > From: "Dmitri Colebatch" <[EMAIL PROTECTED]> > To: "Yong T. Kim" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, February 28, 2002 9:37 PM > Subject: Re: [JBoss-user] Is it possible to share (or access) session > between Tomcat and JBoss Web Application? > > > > which session? web session? If you used local interfaces from the web > tier it would be technically possible (but you need 3.0 or > > CVS HEAD for that), but I wouldn't suggest it being advisable. > > > > the common solution is to have your session info on the web tier and use > stateless session beans. if you want session in the ejb > > tier, use a stateful session bean, and hold a reference to that from the > web tier session. > > > > hth > > dim > > > > > > ----- Original Message ----- > > From: "Yong T. Kim" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Friday, March 01, 2002 1:18 PM > > Subject: [JBoss-user] Is it possible to share (or access) session between > Tomcat and JBoss Web Application? > > > > > > I am running JBoss-2.4.3_Tomcat-3.2.3. Can I share session object from > each side? > > > > ================================ > > Yong T. Kim (kimion.com) > > Software Developer > > [EMAIL PROTECTED] > > http://www.kimion.com > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
