Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Apache Tomcat
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Coyote=== Coyote is a Connector component for Tomcat that supports the HTTP 1.1 and 2 protocol as a web server. This allows Catalina, nominally a Java Servlet or JSP container, to also act as a plain web server that serves local files as HTTP documents.<ref>[http://tomcat.apache.org/tomcat-4.1-doc/config/coyote.html The Coyote HTTP/1.1 Connector], Apache</ref> Coyote listens for incoming connections to the server on a specific [[Transmission Control Protocol|TCP]] port and forwards the request to the Tomcat Engine to process the request and send back a response to the requesting client. Another Coyote Connector, Coyote JK, listens similarly but instead forwards its requests to another web server, such as Apache, using the [[Apache JServ Protocol|JK Protocol]].<ref>{{cite web|url=http://tomcat.apache.org/tomcat-4.1-doc/config/coyotejk.html|title=Server Configuration Reference - The Coyote JK Connector|website=tomcat.apache.org|access-date=24 August 2018}}</ref> This usually offers better performance.{{citation needed|date=September 2016}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)