Enabling read permissions for Tomcat 10 on Linux
The Application Container service uses Apache Tomcat to host sample VoiceXML applications. For Tomcat 10 or on Linux, you need to enable read permissions on the Tomcat directory for the Application Container service to start up successfully.
To enable read permissions for Tomcat on Linux:
- Log in to the host as root.
- Extract the Tomcat distribution package.
- Run this command to enable read permissions on the Tomcat directory:
> chmod -R o+rX Tomcat_location
where, Tomcat_location is the path to your extracted Tomcat.
Note: If the Application Container service is installed on this host, use Management Station to restart it.