Adobe 38043740 - ColdFusion Standard - Mac Manual page 77

Server lockdown guide
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

JWS Files are Java Web Services files most ColdFusion applications do not use them. To remove support,
simply remove the servlet mapping:
<servlet-mapping id="coldfusion_mapping_10">
<servlet-name>CFCServlet</servlet-name>
<url-pattern>*.jws</url-pattern>
</servlet-mapping>
Note that the jws mapping should also be removed on your webserver.
6.4 Disabling the GraphServlet
The GraphServlet is used to serve SWF's or images generated by cfchart and the deprecated cfgraph
tags.
Remove Servlet Mappings that point to the GraphServlet:
<servlet-mapping id="coldfusion_mapping_2">
<servlet-name>GraphServlet</servlet-name>
<url-pattern>/CFIDE/GraphData</url-pattern>
</servlet-mapping>
<servlet-mapping id="coldfusion_mapping_11">
<servlet-name>GraphServlet</servlet-name>
<url-pattern>/CFIDE/GraphData.cfm</url-pattern>
</servlet-mapping>
6.5 Disabling Flash Remoting Servlet Mappings
If you are not using Flash or Flex Remoting, and don't plan on using the ColdFusion Server Monitor you can
remove the the servlet mappings.
Remove Servlet Mappings:
<servlet-mapping id="coldfusion_mapping_0">
77

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 10

Table of Contents