RE: Session not freed in tomcat4.0.6

2003-12-03 Thread Shapira, Yoav
Howdy, That's not a problem. Sessions are freed (destroyed) when they are timed out. They are persisted on restart. You can control these settings via the Manager element in server.xml. Yoav Shapira Millennium ChemInformatics -Original Message- From: senthilnathan [mailto:[EMAIL

Re: Session not freed in tomcat4.0.6

2003-12-03 Thread senthilnathan
Hi, Can you point me how to do these settings? Thanks, senthilnathan - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 8:24 PM Subject: RE: Session not freed in tomcat4.0.6 Howdy, That's not a problem

RE: Session not freed in tomcat4.0.6

2003-12-03 Thread Lee, Paul NYC
] Sent: Wednesday, December 03, 2003 9:54 AM To: Tomcat Users List Subject: RE: Session not freed in tomcat4.0.6 Howdy, That's not a problem. Sessions are freed (destroyed) when they are timed out. They are persisted on restart. You can control these settings via the Manager element in server.xml

RE: Session not freed in tomcat4.0.6

2003-12-03 Thread Shapira, Yoav
for details. Yoav Shapira Millennium ChemInformatics -Original Message- From: Lee, Paul NYC [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 10:01 AM To: 'Tomcat Users List' Subject: RE: Session not freed in tomcat4.0.6 Hi Yoav, I have noticed this behavior too. Sorry

RE: Session not freed in tomcat4.0.6

2003-12-03 Thread Lee, Paul NYC
That's great! Thank you very much for you help. Paul -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 10:04 AM To: Tomcat Users List Subject: RE: Session not freed in tomcat4.0.6 Howdy, This is not a stupid question. The servlet

Re: Session not freed in tomcat4.0.6

2003-12-03 Thread Ben Souther
, senthilnathan wrote: Hi, Can you point me how to do these settings? Thanks, senthilnathan - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 8:24 PM Subject: RE: Session not freed in tomcat4.0.6

RE: Session not freed in tomcat4.0.6

2003-12-03 Thread Shapira, Yoav
Howdy, ALSO: If I were a committer, I would vote against making the new minimal server.xml file the default for future disturbutions. It's a lot easier to instruct us newbies to uncomment something from the file than to explain how to write sections in or switch from one config file to

Re: Session not freed in tomcat4.0.6

2003-12-03 Thread Jeff Tulley
List [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 8:24 PM Subject: RE: Session not freed in tomcat4.0.6 Howdy, That's not a problem. Sessions are freed (destroyed) when they are timed out. They are persisted on restart. You can control these settings via the Manager element