Page 1 of 1

Proxy settings

Posted: 28 May 2020, 23:45
by javaapp
I see the numerous proxy settings mentioned in https://openwebstart.com/configuration/ These settings all start with the prefix "deployment.proxy"

Do these proxy settings apply only to OpenWebStart itself (i.e. for fetching application jar files and other jnlp resources), or do the proxy settings also apply to http/https communications made by our application that has been launched via OWS?

Thanks,
John

Re: Proxy settings

Posted: 29 May 2020, 08:36
by Stephan Classen
The proxy settigns are used to create a java.net.ProxySelector which is then registered as the default ProxySelector.
As such it is used for any URL connection.