cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2456
Views
5
Helpful
3
Replies

Cache on Custom Gadget

mirko.puliafito
Level 1
Level 1

Hi,

is there any alternative option for clearing the finesse server cache when deploying a new gadget version better than restarting the finesse server tomcat?

Restarting is not an easy and fast way to dev and test..

1 Accepted Solution

Accepted Solutions

The ?nocache you'd have to put in the finesse URL. e.g. https://PATH_TO_FINESSE/desktop/container/?nocache not into your gadget code.

View solution in original post

3 Replies 3

ivan.gemmet
Level 4
Level 4

Hey

Yes you can put "?nocache" into you URL

Hi,


following your indication I added the nocache par on the javascript include tag in the js included from xml:


<script type="text/javascript" src="WCSAgentGadget.js?nocache"></script>


But still caching..do you have any clues?


Mirko

The ?nocache you'd have to put in the finesse URL. e.g. https://PATH_TO_FINESSE/desktop/container/?nocache not into your gadget code.