0 Replies Latest reply on Mar 15, 2005 4:34 PM by jason.greene

    Change Web service port number

    jason.greene

      JBossWS uses tomcat internally to handler the webservice requests, so the actual port that jbossws listens on is whatever your tomcat is configured to listen on. The value WebServicePort is just used for rewriting the service endpoint address in the wsdl. So basically you want to set the port there, as well as in your tomcat jbossweb-tomcat50.sar/server.xml.

      -Jason