Tomcat
Updated: 11/16/2019 by Computer Hope
Tomcat is an open source web server and servlet container from Apache. It allows JSP (Java server pages) code to run, and Java servlets. Tomcat includes three components for its different functions.
- Coyote (HTTP connector)
- Catalina (servlet container)
- Jasper (JSP (JavaServer Pages) engine)