Tomcat Concepts

From NovaOrdis Knowledge Base
Revision as of 15:48, 27 February 2017 by Ovidiu (talk | contribs) (→‎Architecture)
Jump to navigation Jump to search

Internal

Architecture

Tomcat Architecture

Engine

Host

Context

Request Processing Pipeline

Valve

A valve is a component that belongs to the request processing pipeline of one of the Tomcat containers (Engine, Host or Context)

Writing a Custom Tomcat Valve

Custom Tomcat Valve