Hide Forgot
Title: Start the Server with a Previous Configuration Describe the issue: There is wrong path to standalone_xml_history directory. Suggestions for improvement: is: EAP_HOME/configuration/standalone_xml_history/current/standalone.v1.xml should be: EAP_HOME/standalone/configuration/standalone_xml_history/current/standalone.v1.xml Additional information: We should also add some note about domain here. Domain config history is located in: EAP_HOME/domain/configuration/domain_xml_history/current/domain.v1.xml to start the domain with this configuration: EAP_HOME/bin/domain.sh --domain-config=domain_xml_history/current/domain.v1.xml
Please add also note about domain here: Domain config history is located in: EAP_HOME/domain/configuration/domain_xml_history/current/domain.v1.xml Start the server with this configuration of the backed up model by passing in the relative filename under jboss.domain.config.dir. to start the domain with this configuration: EAP_HOME/bin/domain.sh --domain-config=domain_xml_history/current/domain.v1.xml
Moving to ON_QA. The changes should be available for review on the documentation stage within an hour or so from this comment. http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/
Verified during EAP 6.3.0.DR1 testing cycle.