Documentation Nexus IQ Server 1.18

Our documentation site has moved. For the most current version, please see http://help.sonatype.com

18.3. Proxy Configuration

In some instances, your CLM server may be setup behind a proxy. If this is the case, be sure to have your SonarQube admin configure your proxy via wrapper.conf file located within the conf directory of your SonarQube installation.

Within this file you will need to add several parameters to the Java Additional Parameters section. Here’s an example of how this configuration might look.

wrapper.java.additional.7=-Dhttp.nonProxyHosts=disable-default-nonproxyhosts
wrapper.java.additional.8=-Dhttp.proxyHost=192.168.2.97
wrapper.java.additional.9=-Dhttp.proxyPort=8888
[Tip]

For more information on adding additional java properties, we suggest an internet search for additional parameters wrapper tanukisoftware.