RE: Please help clarify or confirm -- HttpSession

2002-06-14 Thread Jerry Jalenak
[mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 10:51 PM To: Struts Users Mailing List Cc: '[EMAIL PROTECTED]' Subject: RE: Please help clarify or confirm -- HttpSession On Thu, 13 Jun 2002, Jerry Jalenak wrote: Date: Thu, 13 Jun 2002 13:12:00 -0500 From: Jerry Jalenak [EMAIL PROTECTED

RE: Please help clarify or confirm -- HttpSession

2002-06-14 Thread Joseph Barefoot
Users Mailing List; [EMAIL PROTECTED] Subject: RE: Please help clarify or confirm -- HttpSession On Thu, 13 Jun 2002, Joseph Barefoot wrote: Date: Thu, 13 Jun 2002 11:09:43 -0700 From: Joseph Barefoot [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL

Re: Please help clarify or confirm -- HttpSession

2002-06-13 Thread emmanuel.boudrant
At my knowledge, under tomcat each webapp have his own memory space so you can't share HttpSession between 2 webapp. You can share object between 2 webapp with one condition, the class to be shared must be loaded in same ClassLoader. Did you understand my english ;) -Emmanuel --- Yuan,

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Jerry Jalenak
in webapplication_1 'see' session data that was created and stored in the session by the framework-application? Jerry -Original Message- From: emmanuel.boudrant [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 12:39 PM To: Struts Users Mailing List Subject: Re: Please help clarify or confirm

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread emmanuel.boudrant
To: Struts Users Mailing List Subject: Re: Please help clarify or confirm -- HttpSession At my knowledge, under tomcat each webapp have his own memory space so you can't share HttpSession between 2 webapp. You can share object between 2 webapp with one condition, the class to be shared

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Kevin . Bedell
[EMAIL PROTECTED] on 06/13/2002 01:43:50 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: RE: Please help clarify or confirm -- HttpSession This is something I've

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Joseph Barefoot
To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession In general, there is no way session info from one webapp can be made visible to other webapps. Some details of this may vary depending on your app server. Sessions are controlled by cookies being set

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Kevin . Bedell
A couple of reasons 1. My company has three main lines of business that for various regulatory reasons need to be kept separate. This applies to deliver of content on the web as well. What I am trying to accomplish is essentially a single-signon capability (within the framework)

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Jerry Jalenak
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 1:18 PM To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession The container makes sure that Session ID's are unique. It sets the cookie as well - nothing in the webapp has to do this. This is just how

Re: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Scott Hewlitt
PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 2:32 PM Subject: RE: Please help clarify or confirm -- HttpSession I did find a product called JIntegra (from a different posting a few days ago) that I think will allow the .ASP apps to access a Java class through some sort of smoke

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Joseph Barefoot
to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: RE: Please help clarify or confirm -- HttpSession hmmm...but the sessionIDs have to be unique, even across web apps., correct

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Jerome Jacobsen
Huh? JBoss is FREE. -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:41 PM To: 'Struts Users Mailing List' Subject: RE: Please help clarify or confirm -- HttpSession Kevin, I actually thought about the EJB solution, but we are trying

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Jerry Jalenak
Free? Didn't realize that.. -Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 1:50 PM To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession Huh? JBoss is FREE. -Original Message- From

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Yuan, Tony
6.1. Thanks... -Original Message- From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:50 PM To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession The container makes sure that Session ID's are unique. It sets the cookie

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Kevin . Bedell
Second, having common directories on the two CLASSPATHS for the two webapps allows you to load CLASSES to create new objects, but not to share the objects once they are created. True, but not what I suggested at all. Two webapps sharing a common CLASSPATH is far different from them

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Jerry Jalenak
, 2002 2:00 PM To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession Second, having common directories on the two CLASSPATHS for the two webapps allows you to load CLASSES to create new objects, but not to share the objects once they are created. True

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Joseph Barefoot
PROTECTED]] Sent: Thursday, June 13, 2002 12:17 PM To: 'Struts Users Mailing List' Subject: RE: Please help clarify or confirm -- HttpSession Damn, not yet ready to go to Tomcat 4.x. Might be a good argument to start moving that direction. (:-) Thanks to everyone for their comments - it's

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Jerry Jalenak
. Jerry -Original Message- From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:28 PM To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession Kevin wrote: It even says that the shared class loader exists for classes

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Jerry Jalenak
? Does the access need to be serialized in anyway? Jerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 3:04 PM To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession OK. I checked this out. I'm

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Kevin . Bedell
Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: RE: Please help clarify or confirm -- HttpSession Cool. Building on this then, I should be able to define some sort of Collection (HashMap? Vector

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread James Mitchell
://struts-atlanta.open-tools.org -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:12 PM To: 'Struts Users Mailing List'; '[EMAIL PROTECTED]' Subject: RE: Please help clarify or confirm -- HttpSession A couple of reasons 1. My

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Joseph Barefoot
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 1:28 PM To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession Not sure about these - maybe someone else can grab the ball and push ahead. One of the things I

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Joseph Barefoot
- From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:11 PM To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession Thanks for confirming this Kevin. Should work for sharing object instances just fine based on your test. Jerry

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Ralph Roland
PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 4:04 PM To: Struts Users Mailing List Subject: RE: Please help clarify or confirm -- HttpSession OK. I checked this out. I'm running Tomcat 4.03 on NT with JDK 1.3.1. I

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Joseph Barefoot
Roland [EMAIL PROTECTED] on 06/13/2002 05:44:41 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: RE: Please help clarify or confirm -- HttpSession I haven't

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Craig R. McClanahan
On Thu, 13 Jun 2002, Joseph Barefoot wrote: Date: Thu, 13 Jun 2002 11:09:43 -0700 From: Joseph Barefoot [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Please help clarify

RE: Please help clarify or confirm -- HttpSession

2002-06-13 Thread Craig R. McClanahan
help clarify or confirm -- HttpSession A couple of reasons 1. My company has three main lines of business that for various regulatory reasons need to be kept separate. This applies to deliver of content on the web as well. What I am trying to accomplish is essentially a single-signon