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