WildFly CLI - Add a JBossWeb Global Valve: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * CLI Operations")
 
No edit summary
Line 2: Line 2:


* [[WildFly CLI Operations#Subjects|CLI Operations]]
* [[WildFly CLI Operations#Subjects|CLI Operations]]
=Overview=
<pre>
/subsystem=web/valve=ExampleValve:add(module="io.novaordis.example",class-name="io.novaordis.example.ExampleValve")
/subsystem=web/valve=ExampleValve:add-param(param-name="someParameter", param-value="some value")
</pre>
where "module" contains the

Revision as of 20:35, 8 March 2017

Internal

Overview

/subsystem=web/valve=ExampleValve:add(module="io.novaordis.example",class-name="io.novaordis.example.ExampleValve")
/subsystem=web/valve=ExampleValve:add-param(param-name="someParameter", param-value="some value")

where "module" contains the