RE: Requests being processed at a certain moment

2008-06-04 Thread Sortes Ing. Inf. S.L.
2008 16:30 Para: Tomcat Users List Asunto: Re: Requests being processed at a certain moment I use a filter servlet to log entry/exit timestamps for requests along with some shell scripting to process the logs looking for still open requests. I've been using it for over a year

Re: Requests being processed at a certain moment

2008-06-04 Thread Jim Cox
:00-15:00 -Mensaje original- De: David Fisher [mailto:[EMAIL PROTECTED] Enviado el: martes, 03 de junio de 2008 17:39 Para: Tomcat Users List Asunto: Re: Requests being processed at a certain moment Alvaro, You certainly can easily use a Filter with your JSPs. Take a look

RE: Requests being processed at a certain moment

2008-06-03 Thread Sortes Ing. Inf. S.L.
Asunto: Re: Requests being processed at a certain moment I use a filter servlet to log entry/exit timestamps for requests along with some shell scripting to process the logs looking for still open requests. I've been using it for over a year for a production site, it's been very useful for debugging

Re: Requests being processed at a certain moment

2008-06-03 Thread Hassan Schroeder
On Tue, Jun 3, 2008 at 8:15 AM, Álvaro Morillas (Sortes Ing. Inf. S. L. ) [EMAIL PROTECTED] wrote: Although I don't use servlets, only jsp's, it's a solution I've thought, using a log taglib. The problem is that I must insert the code in every jsp and it's painful XD I was looking for an

Re: Requests being processed at a certain moment

2008-06-03 Thread David Fisher
: Requests being processed at a certain moment I use a filter servlet to log entry/exit timestamps for requests along with some shell scripting to process the logs looking for still open requests. I've been using it for over a year for a production site, it's been very useful for debugging

Requests being processed at a certain moment

2008-06-03 Thread Sortes Ing. Inf. S.L.
(not configuration). Because of that I’m trying to see what requests are being processed in a certain moment by Tomcat and for how long they’ve been there so I can tune them. Is there any application I can use to see that? Or I have to use the logs and analize them in any way? I hope

Re: Requests being processed at a certain moment

2008-06-03 Thread Jim Cox
with my web application. It is growing and in certain peak moments the server gets very busy. I work with Tomcat 5.5 and IIS. I think the problem is within my programming (not configuration). Because of that I'm trying to see what requests are being processed in a certain moment by Tomcat