The Apache Tomcat Servlet/JSP Container

Apache Tomcat 7

Version 7.0.35, Jan 10 2013
Apache Logo

Links

Contents

Request Process Flow

Request Process Flow

This page describes the process used by Tomcat to handle an incoming request. This process is largely defined by the Servlet Specification, which outlines the order of events that must take place.

description

TODO

diagram

A UML sequence diagram of the request process is available here.

comments

The Servlet Specification provides many opportunities for listening in (using Listeners) or modifying (using Filters) the request handling process even before the request arrives at the servlet that will handle it.

Comments

Notice: This is not a Q&A section. The Apache Comments System is explained here. Comments should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic.

Questions on how to configure or use Apache Tomcat should be directed to our mailing lists. If you need help, ask on the users mailing list.


Copyright © 1999-2013, Apache Software Foundation