Page 1 of 1

Preconfigure deployment.properties - cache folder default settings in Windows

Posted: 27 Jun 2024, 12:14
by saxe
default cache folder set in OWS in Windows is C:\Users\username\.cache\icedtea-web\cache

thats not a good idea if you use roaming profiles because this cache will be roamed across servers and clients

it would be better if you use C:\Users\username\appdata\local\ and then something like \ows\.cache\icedtea-web\cache

now i want to reconfigure this but i need a working user variable which will point to this. In Windows itself you can use %localappdata% but this wont be accepted.

so which variables could i use for "deployment.user.cachedir"

checked this page https://openwebstart.com/configuration/ but could not find anything