Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The proxy setup can be done in basically two ways. Either by using the JAVA_OPTS environment variable:

Panelnoformat

JAVA_OPTS="-DproxyHost=host -DproxyPort=3128 -DnonProxyHosts=host1|host2 -DproxyUser=fedora -DproxyPassword=secret

Or by supplying these values directly to Tomcat ($CATALINA_HOME/bin/catalina.sh for *nix or %CATALINA_HOME%/bin/catalina.bat for Windows). Please consult the official Tomcat documentation for further details.