Title: RE: session object in jsp
my guess is no.  you should wrap that class up into a .jar file and place it in the
common/lib/ folder to be used universally throughout the site.
-----Original Message-----
From: kim(usm) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 02, 2001 11:22 AM
To: [EMAIL PROTECTED]
Subject: session bean across webapps???

Hello,
 
Is it possible to have a session bean across different webapps???
 
Let's say i have 3 folders under jakarta-tomcat/webapps, i.e.
jakarta-tomcat/webapps/app1/
jakarta-tomcat/webapps/app2/
jakarta-tomcat/webapps/app3/
 
And under each webapp I have a UserBean class, i.e.
jakarta-tomcat/webapps/app1/web-inf/classes/UserBean.class
jakarta-tomcat/webapps/app2/web-inf/classes/UserBean.class
jakarta-tomcat/webapps/app3/web-inf/classes/UserBean.class
 
Will I be able to have a user login once (from either app1, app2 or app3) and access the other apps. using the same session??
 
 

Reply via email to