Configuring a Custom Undertow Filter in WildFly

From NovaOrdis Knowledge Base
Revision as of 07:14, 19 January 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

In order to install a custom filter in WildFly Undertow instance, you will need to wrap the filter class in a WildFly module, deploy the module and configure the Undertow subsystem to use the custom filter.

Write the Filter Class

Create a Module Artifact and Deploy It

Configure the WildFly Subsystem