All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.connect.txt Maven / Gradle / Ivy

There is a newer version: 8.2.1.Final
Show newest version
SYNOPSIS

   connect [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=http-remoting://controller-host.net:1234

  Or

  jboss-cli.sh controller=controller-host.net

  In this case, the default port will be 9999 and the default protocol will be 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=http-remoting://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]




ARGUMENTS

  protocol  - optional, default value is http.

  host      - optional, default value is localhost.

  port      - optional, default value is 9999.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy