Tomcat Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
* [[Tomcat#Subjects|Tomcat]]
* [[Tomcat#Subjects|Tomcat]]


=Diagram=
=Architecture=


{{Internal|Tomcat Diagram|Tomcat Diagram}}
{{Internal|Tomcat Diagram|Tomcat Diagram}}

Revision as of 15:45, 27 February 2017

Internal

Architecture

Tomcat Diagram

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