The Apache Tomcat Servlet/JSP Container

Apache Tomcat 6.0

Version 6.0.53, Apr 2 2017
Apache Logo

Links

Contents

Apache Tomcat Architecture

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.


Copyright © 1999-2017, Apache Software Foundation