[jboss-user] [JBossWS] - Re: Any known issue with being behind an HTTP proxy?
sansari13
do-not-reply at jboss.com
Fri Jul 14 18:16:07 EDT 2006
JBoss should be configured for HTTP proxy server, that you will be
using to access dtd/schema, etc behind the firewall.
Open run.sh and add the following lines before the java run command.
rem Setup JBoss HTTP proxy server configuration
set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=<proxy server>
-Dhttp.proxyPort=<proxy port> -DproxySet=true
-saM
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958233#3958233
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958233
More information about the jboss-user
mailing list