Configurazione di Tomcat

Nella directory Tomcat conf\Catalina\localhost aggiungere un file contestuale, denominato mapserver2017.xml, con il seguente contenuto:

<!--
 
    Context configuration file for the Tomcat Manager Web App
 
-->
 
<Context 
    docBase=
    "C:\Program Files\Autodesk\Autodesk Infrastructure Web Server Extensions 2017\www" 
    privileged="true"   antiResourceLocking="false"     antiJARLocking="false">
 
    <!-- Link to the user database we will get roles from -->
    <ResourceLink name="users" global="UserDatabase"
                  type="org.apache.catalina.UserDatabase"/>
 
</Context>

Per avviare Tomcat, eseguire il file

startup.bat

nella directory bin Tomcat.