1 Reply Latest reply on Jun 15, 2007 3:03 AM by bestlong

    Setting jboss-web service ports

      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 ?