WildFly Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
=Configuration History=
=Configuration History=


The application server maintains past versions of its configuration files. This behavior allows the operator to fall back to a certain configuration version from the past. Each CLI operation increments the configuration version, which translates in a full copy of the file to be stored, under a different version number, in <tt>$JBOSS_HOME/standalone/configuration/standalone_xml_history/current</tt>
The application server maintains past versions of its configuration files. This behavior allows the operator to fall back to a certain configuration version from the past. Each CLI operation increments the configuration version, and a full copy of the previous configuration is stored in <tt>$JBOSS_HOME/standalone/configuration/standalone_xml_history/current</tt>

Revision as of 03:19, 1 April 2016

Internal

Deployment Artifact Repository

Also see WildFly CLI Deployment/Undeployment.

Paths

Paths

Configuration History

The application server maintains past versions of its configuration files. This behavior allows the operator to fall back to a certain configuration version from the past. Each CLI operation increments the configuration version, and a full copy of the previous configuration is stored in $JBOSS_HOME/standalone/configuration/standalone_xml_history/current