Thats the server configuration name you see in the logs.
You can get a list of names like this:
[localhost:9999 /] /host=local:read-children-names(child-type=server-config)
{
"outcome" => "success",
"result" => [
"server-one",
"server-two",
"server-three"
],
"compensating-operation" => undefined
}
Is this what you are looking for?
Ike
On Mar 29, 2011, at 2:23 PM, Heiko W.Rupp wrote:
Heiko,
Am 29.03.2011 um 14:21 schrieb Heiko Braun:
> what do you mean with "managed as"?
probably better: "managed AS" - an org.jboss.server.as instance that is under
control
of a domain controller in domain mode - as opposed to Standalone AS (started in
standalone mode).
Heiko