WildFly CLI Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
* [[WildFly CLI - Add Subordinate Host Controller Server Identity Secret Value|Add Subordinate Host Controller Server Identity Secret Value]]
* [[WildFly CLI - Add Subordinate Host Controller Server Identity Secret Value|Add Subordinate Host Controller Server Identity Secret Value]]
* [[WildFly CLI - Deployment and Undeployment|Deployment and Undeployment|]]
* [[WildFly CLI - Deployment and Undeployment|Deployment and Undeployment|]]
=Connect to a Controller=
Login to the controller specified in <tt>jboss-cli.xml</tt>.
<pre>
jboss-cli.sh -c
</pre>
For more details about configuring CLI, see [[WildFly CLI Configuration|CLI Configuration]]
To log in into a specific controller:
<pre>
jboss-cli.sh --connect --controller=192.168.0.1:9999 [--user=admin --password=admin123]
</pre>

Revision as of 01:15, 23 February 2016