0 Replies Latest reply on May 30, 2012 7:59 AM by mcatalin23

    Using https secure port 8443 over Jboss WS Native on Jboss 6

    mcatalin23

      I'm using Jboss 6 and Jboss WS Native 3.4.1.

      Into Jboss I activated the https connection over secure port 8443 updating the <JBOSS_HOME>/server/default/deploy/jbossweb.sar/server.xml file.

      Also the http connection is enabled on 8080 port

       

      Now into the browser I can access the web services using the http connection and also the https connection:

      http://localhost:8080/<root>/services/<MyWebService>?wsdl

      https://localhost:8443/<root>/services/<MyWebService>?wsdl

       

      I want to make some restrictions,

      - to block some of my web services on http connection,

      - to block some of my web services on https connection.

       

      Is this possible? How can I do this?

      Or once the non secure or secure port is enabled all the web services will be accessible over it?