1 Reply Latest reply on Feb 23, 2016 8:08 PM by swd847

    Cannot manage Undertow handlers or filters with jboss-cli on Wildfly 10.0.0.Final

    octgsoftware

      I am trying to add handlers via jboss-cli without success.

       

      I have not problem adding as follows.


      [code]

      /subsystem=undertow/server=default-server/host=myhost:add(alias=[myalias])

      /subsystem=undertow/server=default-server/host=myhost/location=mylocation:add(handler=myhandler)

       

      <handlers>

        <file name="myhandler" path="/mypath"/>

      </handlers>

      [/code]

       

      This option does not come up with I try tab completion and all syntax attempts give an error.