2 Replies Latest reply on Feb 22, 2010 6:43 PM by jboss..makcro

    server hostname configuration

    jboss..makcro

      Hello,

       

      Ive deployed web service to jboss 5.1 server and jbossws 3.2.2GA by exposing Stateless ejb as web service

       

      @Stateless
      @WebService(name = "VASKOListener")
      @SOAPBinding(style = Style.RPC)
      @Name("VaskoListener")
      public class VASKOListener implements VASKOListenerRemote, VASKOListenerLocal {
      

       

      deployment goes ok, but WSDL of web service is generated at address

       

      http://klikmee-server:8080/KlikMeeSMSCore-KlikMeeSMSCore/VASKOListener?wsdl

       

      klikmee-server is linux hostname of machine with a public IP on which jboss is running. WSDL above is not accessable

      to clients.

       

      is there a way to configure jboss so that it uses IP of linux box rather then it hostname, so that wsdl is on the address

       

      http://xxx.xxx.xxx.xxx:8080/KlikMeeSMSCore-KlikMeeSMSCore/VASKOListener?wsdl

       

      or any other solution..

       

      Thx