RE: Tomcat destoying beans

2003-06-09 Thread Bill Lunnon
Dominic, You haven't set the session in the page declaration [EMAIL PROTECTED] session=true ... Hope this helps Bill -Original Message- From: Dominic Parry [mailto:[EMAIL PROTECTED] Sent: Monday, 9 June 2003 7:00 PM To: Tomcat Users List Subject: Tomcat destoying beans Hi After I

RE: Tomcat and beans

2001-06-28 Thread Randy Layman
If you create a bean with an application scope, it will stay there until you remove it. Once you have removed the bean from the application scope, it is eligible for Garbage collection by Java. Tomcat is not involved in calling finalizers. Tomcat also never serializes beans.

RE: Tomcat and beans

2001-06-28 Thread Paul Hunnisett
(apprx.) my bean seems to be reset, regardless of what was on the disc, to it's original state, which renders my application useless Paul -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: 28 June 2001 12:24 To: [EMAIL PROTECTED] Subject: RE: Tomcat and beans

RE: Tomcat and beans

2001-06-28 Thread Jack Li
Could please tell me how to remove the a bean in application scope? Thanks, Jack -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 7:24 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat and beans If you create a bean with an application