RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Dale, Matt
This sounds like your sessions arent getting invalidated. If you look at the tomcat manager app it will tell you how many there are and you are likely to see this number increasing. The reason that it starts bloated is because when you shutdown the sessions get serialised and then reloaded once

RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Nandish Rudra
Conference Call Services, LLC -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 2:07 PM To: Tomcat Users List Subject: RE: OutOfMemory Exceptions AGAIN This sounds like your sessions arent getting invalidated. If you look at the tomcat manager app

Re: OutOfMemory Exceptions AGAIN

2004-08-17 Thread QM
On Tue, Aug 17, 2004 at 02:13:40PM -0400, Nandish Rudra wrote: : Thanks for the reply. When I get an http request I do not attach any session : information or create and cookies/httpsessions and not using tomcat : clustering, would the sessions still be serialized. You may not explicitly put

RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Dale, Matt
To: 'Tomcat Users List' Subject: RE: OutOfMemory Exceptions AGAIN Hello Matt, Thanks for the reply. When I get an http request I do not attach any session information or create and cookies/httpsessions and not using tomcat clustering, would the sessions still be serialized. Is there a way I can disable

RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Nandish Rudra
PROTECTED] Sent: Tuesday, August 17, 2004 4:25 PM To: Tomcat Users List Subject: Re: OutOfMemory Exceptions AGAIN On Tue, Aug 17, 2004 at 02:13:40PM -0400, Nandish Rudra wrote: : Thanks for the reply. When I get an http request I do not attach any session : information or create and cookies