To configure the proxy settings for multiple
computers at the same time, use a script.
Procedure
- On each computer, open the Help Administration page in
the Network connections tab, set the Active
provider value to Manual.
- Create a script to update the help.ini with
the proxy settings.
- Include the following information in the script:
-vmargs
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient
-Dhttp.proxyHost=proxy_host
-Dhttp.proxyPort=proxy_port
-Dhttp.proxyUser=proxy_username
-Dhttp.proxyPassword=proxy_password
-Dhttp.nonProxyHosts=localhost_or_127.0.0.1
- Run the script on the computers that require the proxy
information.