[jboss-user] [Installation, Configuration & Deployment] - Setteing the http port from (8080 ... the default value) to

ataud do-not-reply at jboss.com
Sun Jun 10 04:50:12 EDT 2007


I install jboss-4.2.0.GA [default] server and need to set the http port from (8080 ... the default value) to 80.

I set JBOSS_HOME/server/default/deploy/jboss-web.deployer/server.xml:
<!-- <Connector port="8080" address="${jboss.bind.address}" ... -->
<Connector port="80" address="${jboss.bind.address}" ...

I restart the server, but when I do http://mydomain/ in the browser, it does not work.

I stop jboss-.4.2.0.GA server ans start an Apache server, when I do http://mydomain/ , il works.


Is there more setting to do in jboss-4.2.0.GA ?

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

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



More information about the jboss-user mailing list