1 Reply Latest reply on Jun 14, 2014 6:01 AM by wdfink

    Service Binding Manager limits.

    leofran

      Hi there,

       

      I would like to know if the the Jboss Service Binding Manager has a limit for binding ports.

       

      Besides the default ports:

       

      ports-default: The standard ports, for instance JBoss HTTP is on 8080.

      * ports-01: The standard ports incremented by 100. For example, HTTP is on 8180

      * ports-02: The standard ports incremented by 200. For example, HTTP is on 8280

      * ports-03: The standard ports incremented by 300. For example, HTTP is on 8380


      Can I create and use ports-04, ports-05, ports-06 ...ports-11..etc?



      Thanks in advance.



        • 1. Re: Service Binding Manager limits.
          wdfink

          You can create as many bindings as you wont, the only limit is the port range (65535) of the OS and whether you have two servers started which migh use the same port number as the binding might overlap.