Re: Tomcat http 408 error

2007-04-24 Thread Mark Thomas
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

Re: Tomcat http 408 error

2007-04-23 Thread Cain Marko
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

Re: Tomcat http 408 error

2007-04-23 Thread Mark Thomas
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

Tomcat http 408 error

2007-04-23 Thread Cain Marko
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