cancel
Showing results for 
Search instead for 
Did you mean: 

HTML file not getting updated

Former Member
0 Kudos

Hi All,

I have defined an html file under mimes->components as the source for an IFrame. The application worked fine for the first time, but any changes made in the html file were not reflected in the application. Finally I deleted the html file, rebuild the project, deployed application again, but still it runs with the first result. Can someone please help me on this?

Thanks in advance,

Best Regards,

Nibu.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Nibu,

This is the problem of caching at client side.

You will find this HTML file inside the temparary internet files Folder. Delete this file from this folder and try again it will give the updated file.

So, configure your browser not to use the caching.

Regards,

Bhavik

Former Member
0 Kudos

Hi Detlev,

Thanks it is working now, but still I've got to clear the client side cache each time I run the application.

Anil,

I suppose the link you gave was incomplete.

Best Regards,

Nibu.

Former Member
0 Kudos

Please check this link how to set the HTTP ref

Regard, Anilkumar

detlev_beutner
Active Contributor
0 Kudos

Hi Nibu,

sound like a caching problem.

On client side, for sure you know how to empty the cache on IE?!

On server side, VisualAdmin - Server - Services - HTTP Provider - Clear Cache (on Dev systems, I would generally suggest to switch off server side caching).

Hope it helps

Detlev