Custom WildFly JBossWeb Valve

From NovaOrdis Knowledge Base
Revision as of 23:21, 27 February 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

This article explains how to write and deploy a custom Tomcat valve into WildFly/EAP JBossWeb runtime. For details on how to write and deploy a custom Tomcat valve into a Tomcat container, see

Custom Tomcat Valve

A custom valve can be deployed globally as part of the JBossWeb Engine's Tomcat_Concepts#Request_Processing_Pipelinerequest processing pipeline, or embedded with an application, part of the Context's request processing pipeline.