Thanks! I just got it. It turns out that proxy option was never being used, because I put it under this line "if [ "x$JAVA_OPTS" = "x" ]; then", which is not right.
It should be a new line in run.conf file, which should look like follows: JAVA_OPTS="$JAVA_OPTS -Dhttp.proxyHost=... -Dhttp.proxyPort=..." Thanks, Hai View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078843#4078843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078843 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
