Options section

The options section is used to specify properties that apply to each Relay Server in the farm. Only one options section is allowed.

This section is identified by the options keyword.

Options section properties

The following properties can be specified in an options section:

  • start   The method used to start the State Manager. The possible values are:

    • auto   The State Manager is started automatically using the State Manager command line defaults.

    • no   The State Manager is started externally as a Windows service.

    • full path   Specify the full path to the State Manager executable (rshost).

    The default is auto. This property is optional.

  • shared_mem   Specifies the maximum amount of shared memory that the Relay Server uses for state tracking. The default is 10 megabytes. This property is optional.

  • verbosity   You can set verbosity to the following levels:

    • 0   Log errors only. Use this logging level for deployment. This is the default.

    • 1   Request level logging. All HTTP requests are written to the log file.

    Errors are displayed regardless of the log level specified, and warnings are displayed only if the log level is greater than 0.