PrizmDoc v13.3 - Updated
Deprecated Configuration Properties
Administrator Guide > Cluster Server Environments > PrizmDoc Server > Deprecated Configuration Properties
The following configuration properties have been deprecated and will be removed in a future release. Alter these properties only if not using the central configuration file.

To enable cluster mode using legacy configuration:

  1. Stop the PrizmDoc Server.
  2. Open the Watchdog configuration file in a text editor. The default path to this file is:
  1. Set the server_mode value to multi, and make sure the sep_port and cep_port values exist and are assigned to valid port numbers:

    "server_mode": "multi",

    "sep_port": 18681,

    "cep_port": 18682,

  1. Optionally, set the cep_servers value to an array of objects containing address and port values corresponding to each PrizmDoc server on the network node:
Example
Copy Code
    "cep_servers": [
    {
        "address": "192.168.0.1",
        "port": 18681
    },
    {
        "address": "192.168.0.2",
        "port": 18681
    },
    {
        "address": "192.168.0.3",
        "port": 18681
    }
],
  1. Save and close the Watchdog configuration file.
  2. Start the PrizmDoc Server.
If your application makes requests to the PrizmDoc Server from another server, ports 18681 and 18682 (or other port values you choose) will need to be opened in the firewall for each server hosting the PrizmDoc Server.