Re: Tomcat java processes eat processor.

2006-06-21 Thread Martin Gainty
] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, June 21, 2006 10:33 AM Subject: Re: Tomcat java processes eat processor. This looks perfect. It's what I need. However... I've been all over the website below. I don't see how to install this through web.xml. I see how to extend

Re: Tomcat java processes eat processor.

2006-06-21 Thread Leon Rosenberg
I really should have added instructions :-) but ok, here they are goto http://moskito.anotheria.net/download/nightly/ and download the nightly (actually daily) build http://moskito.anotheria.net/download/nightly/moskito-dist.2006-06-21.tar.gz you can check the contents of the demowebapp

Re: Tomcat java processes eat processor.

2006-06-20 Thread Rick Cockerham
Not sure what you mean. I can recompile and deploy the code with no problems. So, probably... Leon Rosenberg wrote: On 6/19/06, Rick Cockerham [EMAIL PROTECTED] wrote: I wish it would give me a stack trace. That would be wonderful. The part I left out was just a list of all the

Re: Tomcat java processes eat processor.

2006-06-20 Thread Leon Rosenberg
look at this: http://moskito.anotheria.net/moskitodemo/mui/mskShowAllProducers RequestURIFilter is probably what you want you can install this monitoring application by simply adding a filter entry to your web.xml. This way you'll see which requests are currently executed and which uris

RE: Tomcat java processes eat processor.

2006-06-19 Thread GB Developer
.) Further along in the thread is this helpful filter: http://marc.theaimsgroup.com/?l=tomcat-userm=109464294927932w=2 -Original Message- From: Rick Cockerham [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 10:21 AM To: Tomcat Users List Subject: Re: Tomcat java processes eat

Re: Tomcat java processes eat processor.

2006-06-19 Thread Leon Rosenberg
On 6/19/06, Rick Cockerham [EMAIL PROTECTED] wrote: I wish it would give me a stack trace. That would be wonderful. The part I left out was just a list of all the loaded libraries. I can't risk a switch in software. I realize this is a tough one. I have very little flexibility to help me

Tomcat java processes eat processor.

2006-06-15 Thread Rick Cockerham
Hello all, I've been using tomcat and apache for years, but haven't had a problem like this before. I'm running: Gentoo Linux 1.4, ibm-jdk-1.4.1, postgresql, tomcat4 and apache2 I've been running the same application for about five years now. The usage has grown to the point where I get

RE: Tomcat java processes eat processor.

2006-06-15 Thread Peter Crowther
From: Rick Cockerham [mailto:[EMAIL PROTECTED] When I do a 'top' and look at the java threads I have a few threads a day that never stop and eat the system. [...] how can I see what's going on in that thread? I do not have console access to the machine, so it has to be done through ssh.