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>