PrizmDoc Viewer v13.6 - Updated
Configure Server Connections
Get Started! > 3 - Install Viewer Assets & PAS > PrizmDoc Viewer Self-Hosted > Install the Viewer > Install on Linux > Configure Server Connections

Configure the Connection Between Your Viewer Web Tier and PrizmDoc Application Services (PAS)

Each sample contains a configuration file where you can configure the connection between your Viewer web tier and PAS. See the Configuration section at the bottom of the following pages for more information on configuring PrizmApplicationServicesScheme, PrizmApplicationServicesHost, and PrizmApplicationServicesPort.

Configure the Connection Between PAS and PrizmDoc Server

Follow the steps below to configure the connection between PAS and PrizmDoc Server.

  1. On the machine where you installed PAS, locate the PAS configuration file. Assuming the standard install location, this is /usr/share/prizm/pas/pcc.nix.yml.
  2. Edit the file and specify values for pccServer.hostName, pccServer.port, and pccServer.scheme.
    • pccServer.hostName should specify the machine where you installed PrizmDoc Server.
    • pccServer.port should specify the port that PrizmDoc Server is using, which is 18681 by default for both single-server mode and cluster mode.
  3. Restart PAS for the changes to take effect. See Starting & Stopping Application Services for instructions.
  4. See the Check the Connection to PrizmDoc Server page for instructions on verifying that your installation of PAS is able to contact the back-end services.