WildFly CLI Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(28 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 Scripting|Scripting]]
=Connect to a Controller=
* [[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]]
Login to the controller specified in <tt>jboss-cli.xml</tt>.
* [[WildFly CLI Deployment Operations|Deployment Operations]]
 
* [[WildFly CLI - Manipulating System Properties|Manipulating System Properties]]
<pre>
* [[WildFly CLI - Manipulating Paths|Manipulating Paths]]
jboss-cli.sh -c
* [[WildFly CLI - Starting and Stopping Instances|Starting and Stopping Instances]]
</pre>
* [[WildFly CLI - Obtaining the Current JGroups View|Obtaining the Current JGroups View]]
 
* [[WildFly CLI - Configuring Logging|Configuring Logging]]
For more details about configuring CLI, see [[WildFly CLI Configuration|CLI Configuration]]
* [[WildFly CLI - Taking and Restoring Configuration Snapshots|Taking and Restoring Configuration Snapshots]]
 
* [[WildFly CLI - Add a Module|Add a WildFly Module]]
To log in into a specific controller:
* [[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]]
<pre>
jboss-cli.sh --connect --controller=192.168.0.1:9999
</pre>
 
 
=a=
 
=b=

Latest revision as of 15:04, 20 September 2017