Table of Contents

Java - Proxy

About

Proxy configuration for Java

How to

The proxy of the JVM

To configure the proxy of the JVM, you have the following options:

java -Dhttp.proxyHost=10.0.0.100 -Dhttp.proxyPort=8800 .... myApp

Documentation / Reference