[jboss-dev-forums] [JBoss AS7 Development] - Re: Steps in building up the domain management architecture

Brian Stansberry do-not-reply at jboss.com
Thu Sep 9 09:36:21 EDT 2010


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&containerType=14&container=2225]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100909/27109aa9/attachment.html 


More information about the jboss-dev-forums mailing list