Disable the RDSServlet mapping
Back up the web.xml file.
This file is in the cf_root\wwwroot\WEB-INF
directory in Windows and in the cf_root/wwwroot/WEB-INF directory
in UNIX. In the multiserver and J2EE configurations, this file is
under cf_webapp_root/WEB-INF.
Open the original web.xml file for editing.
Comment out the RDSServlet mapping, as the following example
shows:
<!--
<servlet-mapping id="coldfusion_mapping_9">
<servlet-name>RDSServlet</servlet-name>
<url-pattern>/CFIDE/main/ide.cfm</url-pattern>
</servlet-mapping>
-->
Save the file.
Restart ColdFusion.
RDS is disabled on the ColdFusion
server.
For more information, see Managing ColdFusion services in Windows, or Managing the ColdFusion process in UNIX.