Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
vmarg.2=-Dhttp.proxyHost=[proxyhostURL]
vmarg.3=-Dhttp.proxyPort=[proxyPortNumber, default 80]
vmarg.4=-Dhttp.proxyUser=[someUserName]
vmarg.5=-Dhttp.proxyPassword=[somePassword]

 

In a server-client setup you need to adjust the fews.master.mcproxy.conf file and include these arguments in the jvm block. Note that you should specify this for both http and https seperately (also in the ini file).

Code Block
<arg id="3" value="-Dhttp.proxyHost=[proxyhostURL]"/>
<arg id="4" value="-Dhttp.proxyPort=[proxyPortNumber, default 80]"/>
<arg id="5" value="-Dhttps.proxyHost=[proxyhostURL]"/>
<arg id="6" value="-Dhttps.proxyPort=[proxyPortNumber, default 80]"/>e 

for all details on the JAVA options this link

 See for all details on the JAVA options this link