Tell us something about Coyote?

devquora
devquora

Posted On: Feb 22, 2018

 

A connected component for the Tomcat's project is Coyote, which supports the HTTP 1.1 protocol as a web server. It allows Catalina to act as a basic web server by serving the local files as HTTP documents. It also deals with the incoming connections for a server with the specific TCP port and forwards the request messages to the Tomcat engine. Once a response is received it forwards it back to the client.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Tomcat Interview Questions

    What is Tomcat?

    Tomcat is a basically a web server and a java servlet container from Apache Foundation...

    Apache Tomcat Interview Questions

    Who according to you is responsible for the Tomcat Foundation?

    The Apache Software Foundation is an organization that looked after most of the open source projects...

    Apache Tomcat Interview Questions

    Do you have any idea about the history of Tomcat?

    Tomcat initially started as a servlet reference which was implemented by James Duncan Davidson...