Preconfigure deployment.properties - cache folder default settings in Windows

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
saxe
Posts: 4
Joined: 29 May 2024, 10:23

Preconfigure deployment.properties - cache folder default settings in Windows

Post 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