Knowledge Article :: Proxy Connection :: Linux/Mac

For user’s connected to internet via Proxy, unable to use AE

In process studio.bat file make below changes.

  1. Replace value of “XXX” with appropriate value of host and port number.

“PROXY_DETAILS=”-Dhttp.proxyHost=xxx -Dhttp.proxyPort=xxx"

  1. Add “$PROXY_DETAILS” text as mentioned below

Xmx2048m “$PROXY_DETAILS”

Restart Process Studio for changes to be reflected

In Agent’s startup.bat file make changes as suggested below

  1. Replace value of “XXX” with appropriate value of host and port number.

PROXY_DETAILS="-Dhttp.proxyHost=XXX" “Dhttp.proxyPort=XXX”

  1. Add “$PROXY_DETAILS” text as mentioned below

Xms1024m -Xmx2048m “$PROXY_DETAILS”

  1. Restart Agent for changes to be reflected.