You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by anto paul <an...@hotmail.com> on 2003/05/17 10:38:14 UTC

What version of coyote connector 4.1.18 uses ?

Hi,
  I am using Tomcat 4.1.18 standalone. Whn I telnet to the server the
response I headers returned says it is Apache Coyote/1.0. But the
documentation says that it is 1.1 connector. I am using the connector
org.apache.coyote.tomcat4.CoyoteConnector. Is anything wrong with this
version no. Command I typed in telnet window is
GET /index.jsp HTTP/1.1
    and the response is
HTTP/1.1 400 Bad Request
Content-Type: text/plain
Transfer-Encoding: chunked
Date: Sat, 17 May 2003 08:34:29 GMT
Server: Apache Coyote/1.0

0

But when I type HTTP/1.0 instead of HTTP/1.1 it returns the actual JSP page
with the following header
GET /index.jsp HTTP/1.0

HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=53C94923FA8DAA57FE01B4D7D6090771; Path=/
pragma: No-cache
Cache-Control: no-cache
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Type: text/html;charset=ISO-8859-1
Date: Sat, 17 May 2003 08:37:07 GMT
Server: Apache Coyote/1.0
Connection: close

     I am having problem in serving PDF file. What is the problem ?

Anto paul.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: What version of coyote connector 4.1.18 uses ?

Posted by Bill Barker <wb...@wilshire.com>.
The Coyote/1.0 simply refers to the version of Coyote.  It is a HTTP/1.1
Connector, and like any good HTTP/1.1 Connector, it refuses to serve a
HTTP/1.1 request that doesn't include a Host header.

"anto paul" <an...@hotmail.com> wrote in message
news:BAY1-DAV26vVvL2KKSa00016ad1@hotmail.com...
> Hi,
>   I am using Tomcat 4.1.18 standalone. Whn I telnet to the server the
> response I headers returned says it is Apache Coyote/1.0. But the
> documentation says that it is 1.1 connector. I am using the connector
> org.apache.coyote.tomcat4.CoyoteConnector. Is anything wrong with this
> version no. Command I typed in telnet window is
> GET /index.jsp HTTP/1.1
>     and the response is
> HTTP/1.1 400 Bad Request
> Content-Type: text/plain
> Transfer-Encoding: chunked
> Date: Sat, 17 May 2003 08:34:29 GMT
> Server: Apache Coyote/1.0
>
> 0
>
> But when I type HTTP/1.0 instead of HTTP/1.1 it returns the actual JSP
page
> with the following header
> GET /index.jsp HTTP/1.0
>
> HTTP/1.1 200 OK
> Set-Cookie: JSESSIONID=53C94923FA8DAA57FE01B4D7D6090771; Path=/
> pragma: No-cache
> Cache-Control: no-cache
> Expires: Thu, 01 Jan 1970 00:00:00 GMT
> Content-Type: text/html;charset=ISO-8859-1
> Date: Sat, 17 May 2003 08:37:07 GMT
> Server: Apache Coyote/1.0
> Connection: close
>
>      I am having problem in serving PDF file. What is the problem ?
>
> Anto paul.




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org