0 Replies Latest reply on Oct 21, 2013 11:27 AM by ian_t_anderson

    Bind Application to Specific JBoss socket-binding

    ian_t_anderson

      My goal is to have two different applications hosted on different ports via JBoss AS 7.x. For example:

      • app1 is accessible on https port 9443
      • app2 is NOT accessible on https port 10443
      • app2 is accessible on https port 10443
      • app1 is NOT accessible on https port 10443


      From what I understand, I will create two socket-bindings, "httpsApp1" and "httpsApp2". Then create matching connectors with the ssl options of my choice. What I am missing is how I tie app1 to and only to httpsApp1, and app2 to and only to httpsApp2.

      Any help would be appreciated, thanks!

      P.S. I am pretty new to JBoss, so if my my assumptions are wrong, please feel free to course correct.