Re: Tomcat 6.0.32 stops responding

2011-07-11 Thread Konstantin Kolinko
2011/7/11 PJ Delsh : > 2- I don't know where in the Tomcat logs or Apache config to look for the > connector we are using. In Tomcat logs when Tomcat is starting up and is opening ports. For AJP connector and Tomcat 6 the following lines mean that it is using Java (Bio) implementation of AJP con

Re: Tomcat 6.0.32 stops responding

2011-07-11 Thread Pid
HTTP connector, usually on port 8080. > 4- What can I do with the thread dumps? Post them here. > 5- I would like to eventually setup more than one Tomcat to act as a failover. Woah, there! One problem at a time please... p > -PJ > >> Date: Mon, 11 Jul 2011 16:35:5

RE: Tomcat 6.0.32 stops responding

2011-07-11 Thread PJ Delsh
the thread dumps? 5- I would like to eventually setup more than one Tomcat to act as a failover. -PJ > Date: Mon, 11 Jul 2011 16:35:55 +0400 > Subject: Re: Tomcat 6.0.32 stops responding > From: knst.koli...@gmail.com > To: users@tomcat.apache.org > > 2011/7/11 PJ Delsh : >

Re: Tomcat 6.0.32 stops responding

2011-07-11 Thread Konstantin Kolinko
2011/7/11 PJ Delsh : > > Thank you Konstantin and Chris. > > I have setup Apache 2.2.19 through mod_jk 1.2.21 > To enable compression on the SSL traffic, Apache and Tomcat are setup in a > reverse proxy. > > 1- Should I take the thread dumps now, or when Tomcat is in the > 'non-responding' state?

RE: Tomcat 6.0.32 stops responding

2011-07-10 Thread PJ Delsh
o make the jump from 6.0.32 to 7.0.16? I know our app works in 7. 3- If I was to hire a consultant to look into this, can you recommend one? pjdelsh007@hotmail > Date: Sun, 10 Jul 2011 10:36:01 -0400 > From: ch...@christopherschultz.net > To: users@tomcat.apache.org > Subject: R

Re: Tomcat 6.0.32 stops responding

2011-07-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/8/2011 5:00 PM, Konstantin Kolinko wrote: > You have to take three thread dumps with small interval between > them, to see what Tomcat is actually doing. (How to make dumps -> > see FAQ). +1 > One usual cause is when you have infin

Re: Tomcat 6.0.32 stops responding

2011-07-08 Thread Konstantin Kolinko
2011/7/9 PJ Delsh : > > For the last several weeks Tomcat stops responding during > the day, sometimes more than once. > The Tomcat > service is still running, but Tomcat is not responding to requests. > Apache & Tomcat services have to be > restarted for the app to start working again. > > My guys

Tomcat 6.0.32 stops responding

2011-07-08 Thread PJ Delsh
I have an in-house designed and built SaaS application that is running on Tomcat and Apache: Windows Server 2003 SP2 Oracle 11g R2 Java 6 Update 26 Tomcat 6.0.32 Apache HTTPD 2.2.19 - mod_proxy - mod_deflate - mod_ssl For the last several weeks Tomcat st