You could try to define a proxyName in /jboss-web.deployer/server.xml. This name is
interpreted as public name in case of a proxy.
<Connector port="8009" address="${jboss.bind.address}"
protocol="AJP/1.3"
emptySessionPath="true" enableLookups="false"
redirectPort="8443"
proxyName="myserver.mydomain.com" proxyPort="80"
maxThreads="250" backlog="100"
connectionTimeout="20000"/>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212588#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...