1 Reply Latest reply on Aug 10, 2006 9:32 PM by peterj

    changing the port of JBoss Server

    uk_raju

      Hi,How to change the port of JBoss from 8080 to someother port?I changed in the file jboss-service.xml in jboss-4.0.1sp1\server\all\deploy\jboss-ws4ee.sar\META-INF directory.But there is no effect.Its still running on 8080.


      jboss:service=WebService
      8089


      How to solve this?thanks in advance.

        • 1. Re: changing the port of JBoss Server
          peterj

          If you modified a file in jboss-ws4ee.sar, then you changed the port for programmatic web services, not for the HTTP server. To change port 8080, look in server/all/deploy/jbossweb-tomcat50.sar/server.xml.

          The tomcat version number (50) might be different, I don't have JBoss 4.0.1 so I am not sure of the version.