[jboss-jira] [JBoss JIRA] Created: (AS7-748) Subsystem "web": Expose effective configuration through domain management API
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Wed May 11 08:53:18 EDT 2011
Subsystem "web": Expose effective configuration through domain management API
-----------------------------------------------------------------------------
Key: AS7-748
URL: https://issues.jboss.org/browse/AS7-748
Project: Application Server 7
Issue Type: Feature Request
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
The "configuration" attribute is currently "undefined", but management clients require access to the default values:
[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
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list