- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Finesse
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2014 04:17 AM
Hey
Yes you can put "?nocache" into you URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
