Skip to main content
Participant
March 10, 2015
Answered

Any change I make to a cold fusion file is ignored

  • March 10, 2015
  • 2 replies
  • 255 views

I made some changes to an cf file but they are ignored in all my browsers. I have even deleted the file from the path and that is ignored in any browser and it still shows the original file. I have tried this on 2 different cold fusion servers 9 and 10 with the same results.

    This topic has been closed for replies.
    Correct answer BKBK

    I can think of 2 reasons:

    1) Wrong path: The path of the file you are editing is different from the path corresponding to the URL that you are opening in the browser. Verify this. Temporarily rename the file, and see what happens when you open the URL in a browser.

    2) Caching: What the browser keeps opening might be a cached version of the page. Launch the ColdFusion Administrator and navigate to Server Settings => Caching. Make sure the option, Save class files, is unchecked. Press the button to Submit Changes

    .

    2 replies

    Participant
    March 12, 2015

    Number 2 solved it. It was a caching problem that I was able to clear using CF administrator.   Thank You

    BKBK
    Community Expert
    Community Expert
    March 12, 2015

    Glad to hear. Please mark the correct answer - your own post if you wish! What is important is that this would help someone else who should come here looking for answers to a similar question. Thanks.

    BKBK
    Community Expert
    BKBKCommunity ExpertCorrect answer
    Community Expert
    March 12, 2015

    I can think of 2 reasons:

    1) Wrong path: The path of the file you are editing is different from the path corresponding to the URL that you are opening in the browser. Verify this. Temporarily rename the file, and see what happens when you open the URL in a browser.

    2) Caching: What the browser keeps opening might be a cached version of the page. Launch the ColdFusion Administrator and navigate to Server Settings => Caching. Make sure the option, Save class files, is unchecked. Press the button to Submit Changes

    .