WildFly CLI Connect to a Controller

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Login to the controller specified in jboss-cli.xml.

jboss-cli.sh -c

For more details about configuring CLI, see CLI Configuration

To log in into a specific controller, use --connect= option immediately followed by the controller URL or the --controller option.

The client can connect over the JMX or Remoting protocols.

Connecting over Remoting Protocol

Note that remoting:// is optional

./jboss-cli.sh --connect=localhost:9999

./jboss-cli.sh --connect=remoting://localhost:9999

Note this syntax does not work with the JDG CLI wrapper cli.sh.

Connecting over the JMX Protocol

TODO, it seems that jmx:// and remoting:// does not make a difference.

--controller Option

TODO

jboss-cli.sh --connect --controller=192.168.0.1:9999 [--user=admin --password=admin123]