PROBLEM
If ArcIMS and ColdFusion MX are installed on the same machine, the HelloWorldExample or the TestServlet tests may work, but the ArcIMS Diagnostic tests may fail with errors.
The specific errors may vary, but the messages typically contain ColdFusion or JRUN related text and/or an HTTP 404 "Page Cannot Be Found" error.
ColdFusion MX runs an internal JRUN servlet engine, which may interfere with the Tomcat or ServletExec servlet engine used by ArcIMS.
Note:
For ColdFusion MX7, the path is as follows:
<ColdFusionMX-Directory>\runtime\servers\coldfusion\SERVER-INF\default-web.xml
Code:
<servlet-mapping>
<servlet-name>ServletInvoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>
Code:
<!--
<servlet-mapping>
<servlet-name>ServletInvoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>
-->
Article ID:000007948
Get help from ArcGIS experts
Download the Esri Support App