Adobe 38043740 - ColdFusion Standard - Mac Manual page 76

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

Advertisement

In addition some servlets may depend on each other, so it may be better to just remove the servlet-
mapping instead.
Be sure to backup web.xml before making changes, as incorrect changes may prevent the server from
starting.
6.2 Disabling RDS if Already Installed
If RDS was installed on the server it may be disabled by placing XML comments around the RDS Servlet
Mapping and the RDS Servlet.
Remove the RDS Servlet mapping:
<servlet-mapping id="coldfusion_mapping_9">
<servlet-name>RDSServlet</servlet-name>
<url-pattern>/CFIDE/main/ide.cfm</url-pattern>
</servlet-mapping>
Remove the RDS Servlet definition:
<servlet id="coldfusion_servlet_8789">
<servlet-name>RDSServlet</servlet-name>
<display-name>RDS Servlet</display-name>
<servlet-class>coldfusion.bootstrap.BootstrapServlet</servlet-class>
<init-param id="InitParam_103401311065856789">
<param-name>servlet.class</param-name>
<param-value>coldfusion.rds.RdsFrontEndServlet</param-value>
</init-param>
</servlet>
6.3 Disabling support for JWS files
76

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 10

Table of Contents