[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Unable to externaly access my JBoss 4.2.1
clican
do-not-reply at jboss.com
Fri Jan 4 03:56:48 EST 2008
You shall modify the deploy\jboss-web.deployer\server.xml.
From
<Connector port="8080" address="${jboss.bind.address}"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
To
<Connector port="8080" address="*"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116952#4116952
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116952
More information about the jboss-user
mailing list