[jboss-user] [Installation, Configuration & Deployment] - Re: From port 8080 to port 80 ... How?

sgatupa do-not-reply at jboss.com
Sun Aug 27 22:16:39 EDT 2006


Just change the port from 8080 to 80 in file server.xml under
E:\jboss-4.0.4\server\default\deploy\jbossweb-tomcat55.sar

After changing you should see
      <!-- A HTTP/1.1 Connector on port 8080 -->
      Connector port="80" address="${jboss.bind.address}"
         maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
         emptySessionPath="true"
         enableLookups="false" redirectPort="8443" acceptCount="100"
         connectionTimeout="20000" disableUploadTimeout="true"/>"

It should work. 

Sham

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

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



More information about the jboss-user mailing list