On Mon, 24 Sep 2001, Remy Maucherat wrote:
> Is that really printed for each single request you make to Tomcat ? (It
> really shouldn't - since that thing is printed each time we fork a new
> processing thread in the HTTP connector -, and if it does, then it's the
> root cause of the problem)
>
> Remy
Yes, once the server is hung, that shows up in the logs each and every
time. If I run ab -n 5 -c 5 http://localhost:8080/ Then 5 log entries
will show up in the log file ...
So is there a solution?
-e