Configuring network connections
If your environment requires a proxy, you can configure the network connections to permit access to web help from your help server.
Procedure
Related concepts:
Configuring the help server to provide local or intranet help by using administration tools
Configuring proxy settings with a script
To configure the proxy settings for multiple computers at the same time, use a script.
Procedure
- 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
