[jboss-jira] [JBoss JIRA] Commented: (AS7-748) Subsystem "web": Expose effective configuration through domain management API
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Mon Jun 20 13:46:24 EDT 2011
[ https://issues.jboss.org/browse/AS7-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609786#comment-12609786 ]
Heiko Braun commented on AS7-748:
---------------------------------
the jboss-web.xml contains a 'jsp-configurationType'.
that's the one I need to be exposed:
<xs:complexType name="jsp-configurationType">
<xs:attribute name="development" default="false" type="xs:boolean" />
<xs:attribute name="disabled" default="false" type="xs:boolean" />
<xs:attribute name="keep-generated" default="true" type="xs:boolean" />
<xs:attribute name="trim-spaces" default="false" type="xs:boolean" />
<xs:attribute name="tag-pooling" default="true" type="xs:boolean" />
<xs:attribute name="mapped-file" default="true" type="xs:boolean" />
<xs:attribute name="check-interval" default="0" />
<xs:attribute name="modification-test-interval" default="4" />
<xs:attribute name="recompile-on-fail" default="false" type="xs:boolean" />
<xs:attribute name="smap" default="true" type="xs:boolean" />
<xs:attribute name="dump-smap" default="false" type="xs:boolean" />
<xs:attribute name="generate-strings-as-char-arrays" default="false" type="xs:boolean" />
<xs:attribute name="error-on-use-bean-invalid-class-attribute" default="false" type="xs:boolean" />
<xs:attribute name="scratch-dir" />
<xs:attribute name="source-vm" default="1.5" />
<xs:attribute name="target-vm" default="1.5" />
<xs:attribute name="java-encoding" default="UTF8" />
<xs:attribute name="x-powered-by" default="true" type="xs:boolean" />
<xs:attribute name="display-source-fragment" default="true" type="xs:boolean" />
</xs:complexType>
> 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, Web
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
> Fix For: 7.0.0.CR1
>
>
> 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