En el directorio conf\Catalina\localhost de Tomcat, añada un archivo de contexto con el nombre mapserver2015.xml y el siguiente contenido:
<!--
Context configuration file for the Tomcat Manager Web App
-->
<Context
docBase=
"C:\Program Files\Autodesk\Autodesk Infrastructure Web Server Extensions 2015\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.