WildFly CLI Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Subjects= | =Subjects= | ||
* [[WildFly CLI Scripting]] | * [[WildFly CLI Scripting|Scripting]] | ||
* [[WildFly CLI - Navigate Domain Topology]] | * [[WildFly CLI - Navigate Domain Topology|Navigate Domain Topology]] | ||
* [[WildFly CLI - 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]] | * [[WildFly CLI - Deployment and Undeployment|Deployment and Undeployment|]] | ||
=Connect to a Controller= | =Connect to a Controller= |
Revision as of 01:14, 23 February 2016
External
- WildFly CLI Recipes https://docs.jboss.org/author/display/WFLY8/CLI+Recipes
Internal
Subjects
- Scripting
- Navigate Domain Topology
- Add Subordinate Host Controller Server Identity Secret Value
- Deployment and Undeployment|
Connect to a Controller
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]