RE: Tomcat Locking Up?

2008-02-20 Thread Caldarale, Charles R
> From: Peter Sparkes [mailto:[EMAIL PROTECTED] > Subject: Tomcat Locking Up? > > Am I right in assuming that all the Tomcat instances > share the same memory and that if so it can't be a > Tomcat memory problem? No, your are not right. Each Tomcat process is almost co

Re: Tomcat Locking Up?

2008-02-20 Thread Peter Sparkes
Thanks Mindaugas, Will follow your advice Peter Hi, I think you need to make sure this is Tomcat's fault first. The best way to do this is to set up JMX console and keep monitoring it so you can see how much memory is allocated/used, same for CPU, threads, sockets, etc. Maybe you're running ou

Tomcat Locking Up?

2008-02-20 Thread Peter Sparkes
OOPS sorry previous email sent before I finished writing it. Hi, I am running Tomcat 5.5 I have a website running in a cocoon application under Tomcat5.5, every few days the pages will not load and eventually the browser times out. If I then stop tomcat and then start it everything then work

Re: Tomcat Locking Up?

2008-02-20 Thread Mindaugas Žakšauskas
Hi, I think you need to make sure this is Tomcat's fault first. The best way to do this is to set up JMX console and keep monitoring it so you can see how much memory is allocated/used, same for CPU, threads, sockets, etc. Maybe you're running out of resources? We run 5.5 Tomcat on websites havin

Tomcat Locking Up?

2008-02-20 Thread Peter Sparkes
Hi, I am running Tomcat 5.5 I have a website running in a cocoon application under Tomcat5.5, every few days the pages will not load and eventually the browser times out. If I then stop tomcat and then start it everything then works fine.