[jboss-dev-forums] [Management Development] - To scope or not to scope (domain.xml)

Jason Greene do-not-reply at jboss.com
Wed Apr 7 13:29:30 EDT 2010


Jason Greene [http://community.jboss.org/people/jason.greene%40jboss.com] created the discussion

"To scope or not to scope (domain.xml)"

To view the discussion, visit: http://community.jboss.org/message/536128#536128

--------------------------------------------------------------
In the past we talked about allowing resources to be defined, following a normal scoping mechanism, at the domain, cluster, or node level. An alternative approach would be to introduce a more limited notion of a homogenous group (1..many servers) which is the only location that things like resource definitions can occur. Creating server specific properties would require creating a new group definition. Clustering could even be viewed as a property of the homogenous group. The only issue is that some settings truly require scoping (like jvm parameters, sys properties, etc), so there would have to be special behavior there.

This would give us something like:

<domain>
    <group name="Production">
       <clustered-service>.....</clustered-service>
       <resource name="Production DB">
       ....
    </group>

    <server name="MyServer" group="Production">
          <jvm maxMemory="..." />
    </server>
</domain>


--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/536128#536128]

Start a new discussion in Management Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2107]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100407/14d26dc2/attachment.html 


More information about the jboss-dev-forums mailing list