[jboss-as7-dev] web subsystem management use cases
Heiko Braun
hbraun at redhat.com
Tue May 10 11:18:40 EDT 2011
Do any sophisticated web management sue cases exist?
To most if this looks like r/o data.
What about the "virtual-server" and "ssl" attributes?
[domain at localhost:9999 /] /profile=default/subsystem=web:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"configuration" => undefined,
"connector" => {"http" => {
"protocol" => "HTTP/1.1",
"socket-binding" => "http",
"scheme" => "http",
"virtual-server" => undefined,
"ssl" => undefined
}},
"virtual-server" => {"localhost" => {
"alias" => ["example.com"],
"access-log" => undefined,
"rewrite" => undefined
}}
},
"compensating-operation" => undefined
}
Ike
More information about the jboss-as7-dev
mailing list