4.4 CLI Options for the Quickstart

The following table lists all the options available with the Quickstart file.

Option

Description

(-p,-port) <port>

Sets the port number for the Experience Server

The default port number is 4502.

-nobrowser

Indicates not to open browser at startup

-unpack

Unpacks installation files but does not start the server

-fe (-filename-regexp) <expr>

Specifies regular expression used to select part of the jar filename to use for setting system properties. Must contain one (group) used to extract the part of the filename to use. Use the java Pattern class syntax

-v (-verbose)

Indicates not to redirect stdout/stderr to files and do not close stdin

-sp <prop> [<prop> ...]

Sets a system property

It overrides any other start up setting.

-nofork

Indicates not to fork the JVM, even if not running on a console

-fork

Enables forced forking the JVM if running on a console, using recommended default memory settings for the forked JVM

-forkargs <args> [<args> ...]

Specifies additional arguments for the forked JVM; defaults to

-Xmx1792M -XX:MaxPermSize=256m

Use -- to specify values starting with a hyphen (-). For example: -forkargs -- -server

-a (--interface) <interface>

Specifies the optional IP address (interface) to bind to

-ss (-shutdown-string) <string>

Specifies the string used to shutdown this application, when received on standard input

-pt <string>

Specifies the process type (main/fork)

Note: do not use directly, used when forking a process

-r <string> [<string> [<string> [<string> [<string> [<string> [<string> [<string> [<string> [<string>]]]]]]]]]

Enables you to define the run mode(s)

-b <string>

Enables you to define the path under which the quickstart work folder is created

-low-mem-action <string>

Specifies the low memory action when the memory is insufficient at startup