RE: Getting out of memory using tomcat 6.0.20 but works fine in tomcat 5.5.28

2009-10-13 Thread kalpanab
Thank you for all your suggestions. I did not wait till getting out of memory. I analyzed heap dumps continuous and find keeps on increasing the objects and also taking more memory so I stopped after half an hour. I want to know why StandardSessions are increasing. It is not happening in tomcat 5.

Getting out of memory using tomcat 6.0.20 but works fine in tomcat 5.5.28

2009-10-12 Thread kalpanab
Hi All, My application working fine in tomcat 5.5.28 and java version "1.5.0_19" while doing load balancing tests. But when I upgrade tomcat to version 6.0.20 getting out of memory soon. I looked at the heap dump using Eclipse memory analyzer below listed taking more memory. java.util.concurrent

Re: Tomcat sessions are persisting eventhough disabled session persistence

2009-10-09 Thread kalpanab
Do tomcat have any other option to disable session persistence? Thanks, Kalpana Hassan Schroeder-2 wrote: > > On Fri, Oct 9, 2009 at 3:06 PM, kalpanab wrote: > >> I am using tomcat 5.5.28 and I disabled session persistence in >> context.xml >> by uncomm

Tomcat sessions are persisting eventhough disabled session persistence

2009-10-09 Thread kalpanab
Hi All, I am using tomcat 5.5.28 and I disabled session persistence in context.xml by uncommenting the . And deployed my web app war file and restarted tomcat. To test load balancing I ran script calls 5request per second to the web application. And I saw memory growing because of increasing sess

Re: Re:Tomcat6.0.16 is too easily to be OutOfMemory compared with Tomcat5.5

2009-10-06 Thread kalpanab
Hi All, I am also having the same issue. Does any one have solution for this issue? Thanks, Kalpana kana-s wrote: > > > Thank you for replying. > > -Xms and -Xmx were 256MB. I changed 512MB but the result was same. > > As session in implicit object in JSP , > if I don't set <% session.in