Tomcat の設定

Tomcat の conf¥Catalina¥localhost フォルダに、次の記述が含まれる mapserver2015.xml という名前のコンテキスト ファイルを追加します。

<!--
 
    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>

Tomcat を起動するには、

startup.bat

(Tomcat の bin フォルダ内)を実行します。