Bug 1014462

Summary: Update the chapter: Start the Server with a Previous Configuration
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: DocumentationAssignee: Misha H. Ali <mhusnain>
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: nziakova, smumford
Target Milestone: GAKeywords: Documentation, EasyFix, Triaged
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html/Administration_and_Configuration_Guide/Start_the_Server_with_a_Previous_Configuration.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 14874, Administration and Configuration Guide-6.2-1 Build Date: 18-09-2013 13:43:23 Topic ID: 5032-429376 [Latest]
Last Closed: 2014-06-28 15:25:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Petr Kremensky 2013-10-02 06:30:24 UTC
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

Comment 2 Petr Kremensky 2014-02-12 07:25:02 UTC
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

Comment 4 Scott Mumford 2014-02-26 05:14:39 UTC
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/

Comment 5 Scott Mumford 2014-02-26 05:16:11 UTC
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/

Comment 6 Petr Kremensky 2014-02-26 08:00:08 UTC
Verified during EAP 6.3.0.DR1 testing cycle.