Tomcat Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


* [[Tomcat#Subjects|Tomcat]]
* [[Tomcat#Subjects|Tomcat]]
=Engine=
=Host=
=Context=
=Request Processing Pipeline=


=Valve=
=Valve=
A ''valve'' is a component that belongs to the [[Request_Processing_Pipeline|request processing pipeline]] of one of the Tomcat containers ([[#Engine|Engine]], [[#Host|Host]] or [[#Context|Context]])


==Writing a Custom Tomcat Valve==
==Writing a Custom Tomcat Valve==


{{Internal|Custom Tomcat Valve|Custom Tomcat Valve}}
{{Internal|Custom Tomcat Valve|Custom Tomcat Valve}}

Revision as of 16:21, 23 February 2017

Internal

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