frequent
frequent

Reputation: 28513

how to show changes of an edited file in Coldfusion in localhost?

Newbie question...

I have setup an application using Coldfusion/MySQL/Apached Webserver on my localhost.

I can open and navigate through the application. But when I edit any .cfm file and refresh the browser window, nothing happens.

Since this is my first day with Coldfusion... I guess I'm missing something.

Anyone can give me a hint :-)

Thanks!

Upvotes: 0

Views: 75

Answers (1)

Kris Korsmo
Kris Korsmo

Reputation: 26

Probably stating the obvious, but try clearing the cache on your browser if you haven't already. If that doesn't work, try logging into the ColdFusion Administrator, and under Server Settings click the "Clear Template Cache Now" button. If that still doesn't fix your problem you can restart ColdFusion. I'm guessing if you clear the browser cache that will do the trick though ;)

Upvotes: 1

Related Questions