Page 1 of 1

Is there any way to stop the per user download of 11.x runtime?

Posted: 16 Aug 2022, 17:24
by caw0001g1
Hello,

We are testing OWS in a terminal server environment. Is there any way to eliminate the download of this runtime for each user? Is it a matter of having something preinstalled or possibly turning a config option off? Thanks for the help.

Wasnt sure how to upload an image so I have a screenshot added as an attachment.

Image

Re: Is there any way to stop the per user download of 11.x runtime?

Posted: 23 Aug 2022, 10:07
by Janak Mulani
Hi,

In a Terminal server environment where there are going to be many users you can choose to have a System wide configuration for OWS:

https://openwebstart.com/docs/OWSGuide. ... figuration

Within this you can Customize Application Cache and User Config Location.

You can have a central location to install downloaded JVMs by specifying the property ows.jvm.manager.cache.dir

You can also control download of JVM by specifying or setting in itw-settings > jvm manager the property "ows.jvm.manager.updateStrategy". See https://openwebstart.com/docs/OWSGuide. ... s_overview

Re: Is there any way to stop the per user download of 11.x runtime?

Posted: 23 Aug 2022, 21:14
by caw0001g1
Thank you for the assistance!