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



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to