Question
1
Replies
922
Views
Posted: December 19, 2017
Last activity: December 20, 2017
Closed
proxy settings configuration
Can someone elaborate on which batch file needs to be run and how arguments are to be passed on while configuring proxy settings?.Can someone provide detailed information on how the configuration is supposed to be done.
Hi,
Depending upon your app server, there are different ways to enable proxy under app server config. Easiest could to pass following JVM arguments under the batch file which is running your app server: -Dhttp.proxyHost=<ip_address_of_proxy_sever> -Dhttp.proxyPort=<port_number_of_proxy_sever>