On 11/02/2010 15:45, Mohit Anchlia wrote: >> [r...@e1 ~]# telnet ws1 8080 >> Trying 10.10.50.55... >> Connected to ws1 (10.10.50.55). >> Escape character is '^]'. >> GET / HTTP1.1 > >> HTTP/1.1 505 HTTP Version Not Supported >> Server: Apache-Coyote/1.1 >> Date: Thu, 11 Feb 2010 15:42:24 GMT >> Connection: close > >> Connection closed by foreign host. > >> I had to hit enter twice to get the result. Does it sound ok? If yes, >> then I am not sure why 1.1 be a incorrect version.
That isn't valid HTTP/1.1 - you haven't specified the host. Bad request would probably be a better error code but it isn't going to change the fact that Tomcat is always going to reject a request like that. You won't see it in the logs since it won't even get as far as the access log valve. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org