Brian Stansberry [
http://community.jboss.org/people/bstansberry%40jboss.com] created the
discussion
"Re: Steps in building up the domain management architecture"
To view the discussion, visit:
http://community.jboss.org/message/560468#560468
--------------------------------------------------------------
Instead of using <subsystems> and trying to limit content, I'm thinking more we
have very specific elements that exactly describe what we support
<remote-management>
<!-- HTTP-based management capabilities -->
<http>
<connectors>
<http-connector interface="external" port="8888"/>
<https-connector interface="external" port="8889"/>
<ajp-connector interface="external" ports="8887"/>
</connectors>
<!-- Install a REST interface -->
<rest/>
<!-- Deploy the admin console web app -->
<admin-console/>
</http>
<!-- Remote java interface based on remoting -->
<remote>...</remote>
</remote-management>
When the SM starts the DC Server, it could translate that into the normal subsystem
configurations that go into a Standalone, filling in the missing pieces with defaults.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/560468#560468]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]