How to Change the Default ScriptSrc Directory in Adobe ColdFusion

Follow the steps below. Step 1: Create the New Script Directory and copy the existing cf_scripts content to the new Script Directory. Create a new Scripts Directory (C:/cf_scripts) and copy the existing cf_scripts content ({cf_root}/cfusion/wwwroot/cf_scripts) to the new Scripts Directory. Step 2: Edit server.xml Take a backup of the existing server.xml file in the ({cf_root}/cfusion/runtime/conf) directory. This ensures you can revert to the original configuration if needed. Open the server.xml file in a text editor and add the following configuration: […]