Data Integration
- Data Integration
- All Products
<Secure Agent installation directory>/apps/agentcore
./consoleAgentManager.sh configureProxy <proxy host> <proxy port> <proxy user name> <proxy password>
Parameter
| Description
|
---|---|
-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. This is required if the proxy server requires authentication.
|
-Dhttp.proxyPassword=
| Password for the authenticated user. This is required if the proxy server requires authentication.
|
-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. This is required if the proxy server requires authentication.
|
-Dhttps.proxyPassword=
| Password for the authenticated user. This is required if the proxy server requires authentication.
|
JVMOption1=-Dhttp.proxyHost=<proxy_server_hostname> JVMOption2=-Dhttp.proxyPort=8081 JVMOption3=-Dhttp.proxyUser=<proxy_user_name> JVMOption4=-Dhttp.proxyPassword=<proxy_password>
JVMOption1=-Dhttps.proxyHost=<proxy_server_hostname> JVMOption2=-Dhttps.proxyPort=8081 JVMOption3=-Dhttps.proxyUser=<proxy_user_name> JVMOption4=-Dhttps.proxyPassword=<proxy_password>