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.
Is there any way to stop the per user download of 11.x runtime?
Is there any way to stop the per user download of 11.x runtime?
- Attachments
-
- adoptruntimedownload.jpg (44.71 KiB) Viewed 20182 times
-
- Posts: 847
- Joined: 24 Mar 2020, 13:37
Re: Is there any way to stop the per user download of 11.x runtime?
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
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?
Thank you for the assistance!