AdobeStock_455007340

Disabling RDS

Home » Disabling RDS

Prior to ColdFusion MX, RDS was its own service which meant that RDS could be disabled by simply not running that service. This has changed in ColdFusion MX – RDS is a servlet that is mapped in web.xml. To disable RDS stop ColdFusion, open this file (back it up first), look for the servlet-mapping section with a servlet-name of RDSServlet, and comment out the entire section (from before to ), and the restart ColdFusion. (Applies to: ColdFusion MX)

Leave a Reply