Versions Compared

Key

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

...

For more detailed information see the official java documentation.

Tomcat Setup

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

No Format

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

...