7.6.3.5 Configure Tomcat for User Group Authorization

Users with system authorization roles can access User Group Authorization. However, to make it available on the Tomcat web server, you must follow these configuration steps:
  1. Navigate to the $CATALINA_HOME/conf directory and open the web.xml file.
  2. Enter the following in the web.xml file.
    <init-param>
    <param-name>mappedfile</param-name>
    <param-value>false</param-value>
    </init-param>
  3. Save and close the file.