StandaloneProxy
Set StandaloneProxy
to True
to run the Proxy component in stand-alone mode.
NOTE: This parameter is used only in a stand-alone Proxy component configuration file.
In stand-alone mode, Proxy acts as an ACI and index action proxy, but does not manage any other server processes. Proxy reads the component ACI port from its configuration file and configures any other ports (for example, the index port) dynamically when the components start. It cannot start components in the way it does in the unified configuration.
When you set StandaloneProxy
to True
in the Proxy component configuration file, you must also configure details for all components that Proxy must send actions to. Configure these details in the following configuration sections.
-
The
[Content]
section contains details for where Proxy sends ACI actions for the Content component. Specify the host and port for the Content component or a Distributed Action Handler (DAH). -
The
[Indexer]
section contains details for where Proxy sends Index actions. Specify the host and port for the Content component, or a Distributed Index Handler (DIH). -
The
[Category]
,[Community]
, and[View]
sections contain details for where Proxy sends ACI actions for the Category, Community, and View components respectively.
Each of these sections must contain Host
and ACIPort
configuration parameters, with the appropriate host and ACI port values for the components that Proxy must route actions to. You can also configure a Timeout
for each component.
NOTE: You do not need to configure all sections.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Server |
Example: | StandaloneProxy=True
|
See Also: |