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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
