If you select Production profile or Production + Secure profile during installation, by default directory browsing is disabled for ColdFusion directory. You will get the below error message:-
Here are the steps to enable the same:-
- Navigate to C:\ColdFusion11\cfusion\runtime\conf and open the web.xml with notepad.
- Change “false” to “true” in <param-value>false</param-value> (as shown in the screenshot below)
3. Save the file and restart “ColdFusion 11 Application Server” service.
Regards,
Anit Kumar