config-external-information-services-process
Configures the Information Services process.
config-external-information-services-process
[-c value | --configuration=value]
[-b value | --bootstrap-config=value]
[--port=value]
[--max-memory=value]
[--min-memory=value]
{-Jvalue}
{-Avalue}
{-Rvalue}
[--use-legacy-extensions=<true|false>]
Overview
Use this command to change the configuration of the Information Services process. Only applicable when Information Services runs as a separate process (default behavior).
Options
| Option | Optional or Required | Default Value | Description |
|---|---|---|---|
|
Optional | configuration.xml | The path to the server configuration file. |
|
Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. |
|
Optional | 9445 | The port number that the Information Services process uses. |
|
Optional | 1024M | Specifies the maximum memory that is used by the Information Services process. |
|
Optional | 512M | Specifies the initial minimum memory that is used by the Information Services process. |
|
Optional |
|
Specifies the JVM options to use for the
Information Services process.
This argument:
|
|
Optional |
|
Specifies the JVM options that should be
added for the Information Services process.
This argument:
|
|
Optional |
|
Specifies the JVM options that should be
removed for the Information Services process.
This argument:
|
|
Optional | false | Specifies if the legacy extensions folder
(custom-ext) should be used in addition to the
custom-ext-informationservices folder.
The default is false, but is set to true automatically
during an upgrade process if any files were moved from the old to the new
|
Example
Adding a JVM option to specify the HTTP request header size limit for
Jetty:
config config-external-information-services-process -A-Djetty.httpConfig.requestHeaderSize=65535
Parent topic: Command-line reference