Another thing that I would like to see (and I guess Ike can make use
of this too)
is an operation that shows the effective configuration that is passed to a concrete
server-vm. So this would be the sum and overwritings of domain, server-group and
individual server.
The result could (should) have a 'source' attribute that explains where the
property
came from and perhaps a flag 'overwritten" that says property 'foo' was
defined at
domain and server level and server level did win.
<property name="foo" value="baz" source="host"
overwrite="true"/>
or
<property name="gaga" value="lala" source="domain"
overwrite="false"/>
pilhuhn