Trying to modify my /CFIDE by directly modify neo-runtime.xml but the changes always revert back when I access the adminitrator.
Running ColdFusion 9.01 on Solaris 10 with Oracle iplanet webserver7.
Steps I take.
1) stop coldfusion
2) Back up neo-runtime.xml
3) move new modified neo-runtime.xml into place (only mod is a changed location of /CFIDE)(also tried making the same mod to neo-runtime.bak)
4) restart coldfusion 9
After restart I see the change in neo-runtime.xml UNTIL I access the administrator. At which time it has reverted back to the previous value.
Are these values cached somewhere?? I see others saying they've accomplished this but it's not working for me.
I make the mod to neo-runtime.xml with:
perl -e 's/\/export\/website_copy\/docs\/CFIDE/\/web\/docs\/CFIDE/g' -p -i neo-runtime.xml