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.
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
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
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
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