I am not a coldfusion programmer, but I found one line in a CFC file that needs to be changed. and I need help in determining the exact steps to adjust this file which is down C:\ColdFusion8\wwwroot\cfm, save and recompile and deploy. Could someone tell me the exact steps. I just need to change one variable from singular to plural. How do I do this recompile and get everything running again? Thanks
Share
ColdFusion is not a compiled language.
The only thing you may also need to do is clear the trusted cache, if its on, which by default, it is not.
To do that, you would log into your servers ColdFusion administrator (http://servername/CFIDE/administrator) go to “Caching” in the left hand menu scroll down and click “Clear Template Cache Now”.