-
Enhancement
-
Resolution: Done
-
Minor
-
7.1.0.DR8
-
None
in this help output not mentioned option 'remote+https', which actually exists and works
[mkopecky@dhcp-10-40-5-72 bin]$ ./jboss-cli.sh You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands. [disconnected /] connect --help SYNOPSIS connect [controller_alias | [[protocol://]host][:port]] DESCRIPTION Connects to the controller on the specified host and port using the specified protocol. The default values can be customized by specifying the desired defaults as command line arguments when launching the CLI. E.g. jboss-cli.sh controller=remote+http://controller-host.net:1234 Or jboss-cli.sh controller=controller-host.net In this case, the default port will be 9990 and the default protocol will be remote+http. Note, specifying controller argument will only set the default host and port values for the connect command but will not automatically connect to the specified controller. To connect automatically after the launch, use '--connect' switch. E.g. jboss-cli.sh --connect jboss-cli.sh --connect controller=controller-host.net jboss-cli.sh --connect controller=controller-host.net:1234 jboss-cli.sh --connect controller=remote://controller-host.net:1234 jboss-cli.sh --connect controller=remote+http://controller-host.net:1234 The host may be any of these formats: - a host name, e.g. localhost - an IPv4 address, e.g. 127.0.0.1 - an IPv6 address, e.g. [::1] Controller addresses can be aliased and stored in the jboss-cli.xml config file. Aliases can later be used as arguments for the connect command. ARGUMENTS protocol - optional, default value is remote+http. host - optional, default value is localhost. port - optional, default value is 9990. [disconnected /]
- is cloned by
-
WFCORE-2051 http and https URL format should be documented in help
- Resolved
- is incorporated by
-
JBEAP-7572 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha17
- Closed