The Tomcat Servlet/JSP Container

The Apache Tomcat 5.5 Servlet/JSP Container

Apache Logo

Links

Contents

Tomcat Architecture

Request Process Flow

Printer Friendly Version
print-friendly
version
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 modiying (using Filters) the request handling process even before the request arrives at the servlet that will handle it.


Copyright © 1999-2008, Apache Software Foundation