WildFly CLI Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
The CLI is configured in <tt>$JBOSS_HOME/bin/jboss-cli.xml</tt>. | The CLI is configured in <tt>$JBOSS_HOME/bin/jboss-cli.xml</tt>. | ||
=Server's Management Bind Address | =Server's Management Bind Address= | ||
If the server's management bind address changes and it cannot be reached at its default endpoint anymore, modify <tt>default-controller</tt> in the client's configuration file.: | If the server's management bind address changes and it cannot be reached at its default endpoint anymore, modify <tt>default-controller</tt> in the client's configuration file.: |
Revision as of 04:02, 10 February 2016
Internal
Overview
The CLI is configured in $JBOSS_HOME/bin/jboss-cli.xml.
Server's Management Bind Address
If the server's management bind address changes and it cannot be reached at its default endpoint anymore, modify default-controller in the client's configuration file.:
<jboss-cli xmlns="urn:jboss:cli:1.3"> <default-controller> <host>localhost</host> <port>9999</port> </default-controller> ... </jboss-cli>