[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 4.2.2 does not respond to http port 80, no firewal

javatwo do-not-reply at jboss.com
Sun Jan 13 03:27:34 EST 2008


removed xml <, />


Connector port="80" address="${jboss.bind.address}"
         maxThreads="250" maxHttpHeaderSize="8192"
         emptySessionPath="true" protocol="HTTP/1.1"
         enableLookups="false" redirectPort="443" acceptCount="100"
         connectionTimeout="20000" disableUploadTimeout="true" 


   
Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="${jboss.server.home.dir}/conf/my.keystore"
               keystorePass="123456"

Connector port="8009" address="${jboss.bind.address}" protocol="AJP/1.3"
         emptySessionPath="true" enableLookups="false" redirectPort="443" 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119404#4119404

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119404



More information about the jboss-user mailing list