Making the world a better place with ColdFusion, Web Startup, and Software
It’s well known that RDS shouldn’t be enabled on a production ColdFusion Server.
Over the years I haven’t been much of a user of RDS anyways so I usually just left it disabled.
Lately though RDS is starting to have a lot more value to me, I have been using ColdFusion’s Report Builder a lot more in addition to ColdFusion Builder itself, which use RDS a lot more to expose a lot of neat functionality.
ColdFusion Report Builder lets you connect and browse your ColdFusion data sources to build your report either through wizards, or construct (and test) your queries in real time. Since ColdFusion Report Builder is from what I can tell, a repackaged Jasper Reports binary, it’s actually really nice to have a lot of the CF shortcuts built in.
ColdFusion Builder is something I’ve been using more and more in the past year. I started slowly with the betas as the CFEclipse worked just fine for me. As ColdFusion 9 came out though, a lot changed. The integration between ColdFusion Builder and CF 9 is great.
I ended up having to find a mechanism to enable and disable (if needed) RDS. Searched high and low, and forgot to check the knowledge base over at Adobe.
Lo and behold the explanation is simple:
AND RDS WORKS! Reverse the steps to disable RDS on production servers.
Hope that helps, I know I’ll be back to reading this post when I forget in the future. The knowledge base article to enable or disable RDS in ColdFusion in this technote. The ColdFusion MX instructions are applicable to CF 6 and up: http://kb2.adobe.com/cps/172/tn_17276.html