[jboss-as7-dev] web subsystem management use cases
Heiko Braun
hbraun at redhat.com
Wed May 11 05:05:06 EDT 2011
>
>
>> [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
>> }
What I mean is, that I don't recognize which parts are actually going to be modified,
i.e. what the use cases exist.
- "configuration" : what's that?
- "connector": can there be others? which one? any examples?
- "connector/virtual-server": what does it mean? can it be changed?
- "connector/ssl": same story: can it be changed?
- "virtual-server": can there be others?
Ike
More information about the jboss-as7-dev
mailing list