Administrator
- Administrator
- All Products
Parameter
| Description
|
---|---|
-Dhttp.proxySet=
| Determines if the serverless runtime environment must use the proxy settings when the outgoing proxy server is HTTP. Select -Dhttp.proxySet=True to use the proxy.
|
-Dhttps.proxySet=
| Determines if the serverless runtime environment must use the proxy settings when the outgoing proxy server is HTTPS. Select -Dhttps.proxySet=True to use the proxy.
|
-Dhttp.proxyHost=
| Host name of the outgoing HTTP proxy server.
|
-Dhttp.proxyPort=
| Port number of the outgoing HTTP proxy server.
|
-Dhttp.proxyUser=
| Authenticated user name for the HTTP proxy server.
|
-Dhttp.proxyPassword=
| Password for the authenticated user.
|
-Dhttps.proxyHost=
| Host name of the outgoing HTTPS proxy server.
|
-Dhttps.proxyPort=
| Port number of the outgoing HTTPS proxy server.
|
-Dhttps.proxyUser=
| Authenticated user name for the HTTPS proxy server.
|
-Dhttps.proxyPassword=
| Password for the authenticated user.
|