0 Replies Latest reply on Nov 12, 2014 1:12 PM by jbruni

    Defining an interface in a domain rather than in a server

    jbruni

      I'm attempting to configure an interface (public) at the domain level rather than at the server level. When I remove the interface selection criteria from the host.xml of the server. The server refuses to start. Using JBoss EAP 6.3.

       

      According to the documentation, I should be able to fully define an interface at the domain level and have it work across all nodes within the domain. I've found this not to be the case. Instead, it appears I must fully define the interface in every slave node. I would like to avoid having to specify interface definitions for every host in the domain.

       

      In the host.xml, I try this:

       

      <interface name="public"/>

       

      In domain.xml, I have this:

       

      <interface name="public">

         <any-address/>

      </interface>

       

      This doesn't work.