Configure Tomcat on Linux

You must install Apache Tomcat software on each Linux host where you install the Management Station.

If you are running Apache Tomcat 8.5 or higher on Linux, you must enable read and execute permissions (recursively) on Tomcat directories before installing Management Station. (If the permissions are wrong, Management Station services fail to start.)

Repeat this procedure on each Speech Suite host: 

  1. Log in to the Tomcat host as root.
  2. Run this command to enable permissions on the Tomcat directory:
    > chmod -R o+rX Tomcat_location

    where, Tomcat_location is the path to your Tomcat directory.