WildFly CLI Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* WildFly CLI Recipes https://docs.jboss.org/author/display/WFLY8/CLI+Recipes
=Internal=
=Internal=


Line 5: Line 9:
=Subjects=
=Subjects=


* [[WildFly CLI Scripting]]
* [[WildFly CLI Connect to a Controller|Connect to a Controller]]
* [[WildFly CLI - Navigate Domain Topology]]
* [[WildFly CLI Scripting|Scripting]]
* [[WildFly CLI - Add Subordinate Host Controller Server Identity Secret Value]]
* [[WildFly CLI - Navigate Domain Topology|Navigate Domain Topology]]
 
* [[WildFly CLI - Add Subordinate Host Controller Server Identity Secret Value|Add Subordinate Host Controller Server Identity Secret Value]]
=Connect to a Controller=
* [[WildFly CLI Deployment Operations|Deployment Operations]]
 
* [[WildFly CLI - Manipulating System Properties|Manipulating System Properties]]
Login to the controller specified in <tt>jboss-cli.xml</tt>.
* [[WildFly CLI - Manipulating Paths|Manipulating Paths]]
 
* [[WildFly CLI - Starting and Stopping Instances|Starting and Stopping Instances]]
<pre>
* [[WildFly CLI - Obtaining the Current JGroups View|Obtaining the Current JGroups View]]
jboss-cli.sh -c
* [[WildFly CLI - Configuring Logging|Configuring Logging]]
</pre>
* [[WildFly CLI - Taking and Restoring Configuration Snapshots|Taking and Restoring Configuration Snapshots]]
 
* [[WildFly CLI - Add a Module|Add a WildFly Module]]
For more details about configuring CLI, see [[WildFly CLI Configuration|CLI Configuration]]
* [[WildFly CLI - Add a Security Domain and a Custom Login Module|Add a Security Domain and a Custom Login Module]]
 
* [[WildFly CLI - Add a JBossWeb Global Valve|Add a JBossWeb Global Valve]]
To log in into a specific controller:
 
<pre>
jboss-cli.sh --connect --controller=192.168.0.1:9999 [--user=admin --password=admin123]
</pre>

Latest revision as of 15:04, 20 September 2017