I don't know why it happens but we had the same problem and it went away in
Tomcat 3.2.2b4.
--Rainer
> -----Original Message-----
> From: David Sanders [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 10, 2001 4:23 PM
> To: '[EMAIL PROTECTED]'
> Subject: HTTP request lost between Apache Server and servlet
>
>
> Configuration: Apache Server 1.3.17, mod_jk, and Tomcat 3.2.1 on Linux
>
> Occasionally an HTTP request reaches the server but doesn't reach my
> servlet's service method. Any ideas how this can happen and how to
> diagnose/resolve the problem?does *
>
> - The request does *not* appear in Apache Server's access_log
> - The request does appear in mod_jk's rewrite_log. I assume a
> request isn't
> logged to access_log until the response is available.
> - The servlet's service method isn't called. I say this because the first
> line of service() logs the request URI; that log entry doesn't show up in
> the failure case.
> - The HTTP client (using Java's URLConnection class) blocks
> forever reading
> the HTTP response.
>
> How can I diagnose this issue? I set logging to DEBUG in the mod_jk.conf
> and server.xml, and they don't log the lost requests. They don't log the
> successful requests, either...
>
> Thank you.