Maybe I have wrong idea about possibilities of debugging tools but I think that it will not help. We have above 100 000 hits a day and the problem occurs only once a day. It can be a result of one special request or (with greater probability) it is result of some combination of requests. In both cases I don't know these requests nor the particular place where the problem is. Therefore, I need some statistical information about server behavior before problem and/or all possible information about server status in the time of problem. Can debugger help me with this?
Lipi > -----Original Message----- > From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] > Sent: Friday, May 07, 2004 12:27 PM > To: Tomcat Users List > Subject: Re: How to limit time for Connector threads? > > rlipi wrote: > > >I am going to try Antonio's proposal. Also I would like to try some > >profiling tool. But it will take a lot of time to find and repair > >something, I think. > > > > > > > If you are dealing with a programming error like an infinite loop or a > deadlock, you may have better luck using a debugger, rather than a > profiling tool :-) > > Most of the popular IDEs (JBuilder, Eclipse, Idea, etc) can do remote > debugging, so you just need to start your server (or a copy of it) in > debug mode and connect to it from the IDE. > > In case you do not have any IDE, my recommendation is Eclipse, as it is > free and needs no complicated installation. > In case you do not know how to use remote debugging, I am pretty sure > you can search through the archives in this list, or do some googling ;-) > > Hope it helps you, > Rodrigo Ruiz > > > -- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.678 / Virus Database: 440 - Release Date: 06/05/2004 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
