2 Replies Latest reply on Dec 9, 2008 10:20 AM by claman

    change port for webservice deployment

    claman

      Hello,
      I change the standard port of jboss from 8080 to 9080, but I don't succeed to deploy a webservice on this port. In fact, the wsdl file in data folder, have location url with 8080 port.
      I think I must change this value in some jboss configuration file, but I don't know which one.
      Can anyone help me?

      Thanks a lot.
      Claudio

        • 1. Re: change port for webservice deployment
          peterj

          Did you change "8080" in all of the configuration files, or just in server.xml? If you grep for 8080 you will also find it in:

          server/xxx/deploy/http-invoker.sar/META-INF/jboss-service.xml
          server/xxx/deploy/jbossws.sar/jbosswes.beans/META-INF/jboss-beans.xml

          (You never said which JBossAS version, so I assumed 4.2.x.)

          • 2. Re: change port for webservice deployment
            claman

            Hello,
            I've found the file with port number exactly in the position that you have suggested me, thank you very much!

            Good bye!
            p.s: I'm sorry for late reply!