1 Reply Latest reply on Nov 30, 2006 8:09 AM by romeufigueira

    web service address on jboss 4.0.5

      I recently upgrade from jboss AS 4.0.4 to 4.0.5.
      In jboss 4.0.4, there were jmx attributes: WebServicePort, WebServiceHost in jboss-service.xml .
      The values were exposed as the ServiceEndpointAddress.

      These attributes were removed from the new jbossw on jboss as 4.0.5.

      Where can I configure it now?

        • 1. Re: web service address on jboss 4.0.5
          romeufigueira

          You need to "explode" the jbossws.sar under server/your_server/deploy

          Inside it, explode jbossws.beans.

          Go to

          \jbossws.beans\META-INF

          and edit jboss-beans.xml.

          There you will find your missing properties.
          If not, you can add them, like I did to run on port 8060.