Proxy settings

The public knowledge pool and discussion forum of the OWS community. Do not post confidential information here!
javaapp
Posts: 39
Joined: 20 May 2020, 18:34

Proxy settings

Post 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

Stephan Classen
Posts: 232
Joined: 27 Mar 2020, 09:55

Re: Proxy settings

Post 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.

Post Reply