John Bailey [
http://community.jboss.org/people/johnbailey] created the discussion
"Re: Steps in building up the domain management architecture"
To view the discussion, visit:
http://community.jboss.org/message/560439#560439
--------------------------------------------------------------
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
[
http://community.jboss.org/message/560439#560439]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]