1 Reply Latest reply on Sep 15, 2005 5:10 PM by jrumskas

    REPLACE_WITH_ACTUAL_URL issue

    jrumskas

      I am running a multi-site jboss server with 4 instances. They have been up and running for some time and it works quite well. However, when i deploy
      a web service on any of the servers, the REPLACE_WITH_ACTUAL_URL is incorrectly replaced on any but the 8080 server. For example, on the
      8080 web server when i deploy, the wsdl is changed from
      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
      to
      <soap:address location="http://ourserver:8080/ServiceName"/>

      on the 8180 server, the wsdl location is incorrect and should have

      <soap:address location="http://ourserver:8180/ServiceName"/>

      instead, it lists the same exact location as the 8080 server:
      <soap:address location="http://ourserver:8080/ServiceName"/>

      Any help would be appreciated.