TC3.2: TCPPoolConnector leaks in thread pool (bug #3033)

2001-08-07 Thread Wiedmann, Jochen
Hi, I have just posted bug #3033 to nagoya, about a bug in the TCPPoolConnector. When running TomCat in standalone mode, after some time I notice the message ThreadPool: Pool exhausted with 100 threads. over and over again in the error log file. In practice this causes TomCat to be out of or

[PATCH] flush() is broken when using getWriter()

2001-05-17 Thread Wiedmann, Jochen
Hi, for whatever reason the flush method in org.apache.tomcat.core.BufferedServletOutput verifies whether the boolean variable usingWriter is set. If not, it calls reallyFlush, which actually works. If the variable is set, however, nothing happens. In other words: The flush method is completely

Access log files in the style of Apache

2001-04-22 Thread Wiedmann, Jochen
Hi, attached you find a so called AccessLogInterceptor which I wrote to create log files in the style of Apache httpd's "AccessLog". It can be used like this: the above elements in "server.xml" would create entries like this in the log file localhost - - [22/Apr/2001:13:59:47 0120]