JBoss Community

Re: Steps in building up the domain management architecture

created by John Bailey in JBoss AS7 Development - View the full discussion
I put together an example XML configuration for the locally configured DC.
<domain-controller>
<local admin-binding="dc-admin">
<interfaces>
....
</interfaces>
<jvm>
....
</jvm>
<subsystems>
.... <!-- Some how limit -->
</subsystems>
</local>
</domain-controller>

I put together an example XML configuration for the locally configured DC.

 

<domain-controller>
     <local admin-binding="dc-admin">
           <interfaces>
                ....
           </interfaces>
           <jvm>
                ....
           </jvm>
           <subsystems>
                <!-- Some how limit what subsystems can be here -->
           </subsystems>
      </local>
</domain-controller>

 

I am not clear on the admin-binding stuff.  Basically it is the port config we need to allow SM communication.  So we need a good name for that, and to decide if it needs a binding or just a port.

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community