Proxy settings
If your OS is connected to a Proxy server, then all UgCS components will also be connected to it by default.
If a component requires custom proxy settings, they can be applied in the component's configuration files, mentioned below.
Geoserver configuration file - geoserver.properties:
- Windows: C:\Program Files (x86)\UgCS\geoserver
- Mac: /Applications/UgCS/geoserver
- Linux: /opt/ugcs/geoserver
Uncomment the following commands and enter your Proxy settings.
proxy settings
http.proxy.host = Hostname address
http.proxy.port = TCP/IP port number
http.proxy.user = Username
http.proxy.password = password
https.proxy.host = Hostname address
https.proxy.port = TCP/IP port number
https.proxy.user = Username
https.proxy.password = password
Core configuration file - ucs.properties:
- Windows: C:\Program Files (x86)\UgCS\server\ucs
- Mac: /Applications/UgCS/server/ucs
- Linux: /opt/ugcs/server/ucs
Uncomment the following commands and enter your Proxy settings.
Set java.net.useSystemProxies=false
if you need to use custom proxy settings outside of your OS.
java.net.useSystemProxies=true
proxy.userName=login
proxy.password=password
java.net.useSystemProxies=true
http.proxy.host=
http.proxy.port=
http.proxy.user=login
http.proxy.password=password
https.proxy.host=
https.proxy.port=
https.proxy.user=
https.proxy.password=
Updated 2 days ago