[
https://issues.jboss.org/browse/AS7-6448?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry updated AS7-6448:
----------------------------------
Assignee: (was: Brian Stansberry)
Document new system properties for the configuration history length
and the number of days
------------------------------------------------------------------------------------------
Key: AS7-6448
URL:
https://issues.jboss.org/browse/AS7-6448
Project: Application Server 7
Issue Type: Task
Components: Documentation, Domain Management
Affects Versions: 7.1.2.Final (EAP)
Reporter: Ivo Studensky
New system properties have been introduced to AS7 which allow setting of the
configuration history length and the number of days they are kept. These properties need
to be documented properly. See AS7-4931.
The default value of jboss.config.current-history-length is 100 and the default value of
jboss.config.history-days is 30.
Here is an example configuration:
{code:title=standalone.xml|xml}
..
</extensions>
<system-properties>
<property name="jboss.config.current-history-length"
value="50"/>
<property name="jboss.config.history-days"
value="15"/>
</system-properties>
<management>
..
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira