11-05-2014 08:40 AM
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..
Solved! Go to Solution.
11-12-2014 06:03 AM
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.
11-06-2014 04:17 AM
Hey
Yes you can put "?nocache" into you URL
11-12-2014 05:51 AM
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
11-12-2014 06:03 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide