[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portal to reach portals from internet.
jssteux
do-not-reply at jboss.com
Tue Feb 24 07:31:17 EST 2009
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#4212588
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212588
More information about the jboss-user
mailing list