1 Reply Latest reply on Jul 15, 2009 10:32 AM by peterj

    WS differents ports

    jpredpos

      Hi,

      Is possible to open two differents ports for WS REST?
      for example:
      http:://localhost:8080/admin/reloadSomething
      and
      http://localhost:8082/users/doSomething

      thanks

        • 1. Re: WS differents ports
          peterj

          You can open multiple HTTP ports be defining additional Connector entries in the server.xml file. You did not mention the JBoss AS version so I will leave it to you to locate the file (there is only one) since its location seems to change with every release.

          I haven't tried this specifically with web services, but it should work.