To apply proxy settings do the below steps
Go to JBOSS_HOME/standalone/configuration/standalone.xml
After tag </extensions>
Add the following
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>
Hello Hunaid,
ReplyDeleteWhy do we need to set proxy in our server ??
will there be a restart of server required?
ReplyDeleteYes Aravind. A restart is required.
DeleteAfter adding also its not working and I am getting host not known exception. Can you please suggest what could be issue here.?
ReplyDelete