[jboss-user] [JBoss Portal] - Re: jboss portal listening only on localhost 8080
hxwu@tribune.com
do-not-reply at jboss.com
Tue Aug 28 11:37:13 EDT 2007
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
More information about the jboss-user
mailing list