"Edara, Indira" wrote:

> I am using tomcat as standalone webserver. When I send simple GET request I
> am always getting HTTP 1.0 request back. How do I get HTTP 1.1 response?
> I am using Tomcat 3.1, I placed jsptest.jsp file under /tomcat/ROOT folder
> and requesting this file using telnet.
> Thank you

Tomcat 3.1 (and 3.2) do not support HTTP/1.1 in stand-alone mode -- for that you
need to use Tomcat 4.0 (or use Tomcat 3.1 or 3.2 behind a web server that
supports HTTP/1.1).

Craig McClanahan


Reply via email to