Cain Marko wrote:
> Will it cause tomcat to send down and error page to client with the error
> message?
Yes - assuming the client is still there.
Mark
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mai
Thanks.
I notice in the server code, in some case, it does this in the doGet():
response.setStatus(408);
return;
Will it cause tomcat to send down and error page to client with the error
message?
The client did not produce a request within the time that the server was
prepared to
Cain Marko wrote:
> Hi,
>
> I am running a servlet on tomcat 4.1.
>
> When I hit my servlet, I sometime see the following error message:
>
> The client did not produce a
> request within the time that the server was prepared to wait
> ().
In this case, the client is your browser. It means a conn
Hi,
I am running a servlet on tomcat 4.1.
When I hit my servlet, I sometime see the following error message:
The client did not produce a
request within the time that the server was prepared to wait
().
I am sure that my servlet generates that error message.
Can you please tell me what does t