Wednesday, 26 February 2014

JBOSS 7 Proxy settings

To apply proxy settings do the below steps

Go to JBOSS_HOME/standalone/configuration/standalone.xml
After tag </extensions>
Add the following

<system-properties>
<property name="http.proxyHost" value="yourProxyIpAddress"/>
<property name="http.proxyPort" value="yourProxyPort"/>
</system-properties>

4 comments:

  1. Hello Hunaid,
    Why do we need to set proxy in our server ??

    ReplyDelete
  2. will there be a restart of server required?

    ReplyDelete
  3. After adding also its not working and I am getting host not known exception. Can you please suggest what could be issue here.?

    ReplyDelete

Share the post