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:
> 
> <u>The client did not produce a
> request within the time that the server was prepared to wait
> ().</u>
In this case, the client is your browser. It means a connection was
established but no data was sent with in the timeout period. This is
the connectionTimeout parameter of the connector.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to