En el directorio conf\Catalina\localhost de Tomcat, añada un archivo de contexto con el nombre mapserver2017.xml con el siguiente contenido:
<!-- 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>
Para iniciar Tomcat, ejecute
startup.bat
en el directorio bin de Tomcat.