WildFly CLI Connect to a Controller: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * WildFly CLI Operations#Subjects =Overview= Login to the controller specified in <tt>jboss-cli.xml</tt>. <pre> jboss-cli.sh -c </pre> For more details abo...")
 
Line 1: Line 1:
=Internal=
=Internal=


* [[WildFly CLI Operations#Subjects]]
* [[WildFly CLI Operations#Subjects|WildFly CLI Operations]]


=Overview=
=Overview=

Revision as of 01:16, 23 February 2016

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:

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