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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to