Sande Gilda commented on Feature Request JDF-46

This pull was closed due to the reorg. The originating source is here: https://github.com/jsight/jboss-as-quickstart/tree/hornetq-clustering

The only outstanding issue was the need for a removal CLI script or instructions to back up the configuration files and then restore them. I think it would be OK for now to just add something like this to the README file:

Configure and Start the JBoss Enterprise Application Platform 6 or JBoss AS 7 Server
------------------------------------------------

You can choose to deploy and run this quickstart in a managed domain or on a standalone server. The sections below describe how to configure and start the server for both modes.

NOTE - Before you begin:

1. If it is running, stop the JBoss server.
2. If you plan to test using a standalone server, backup the file:

$JBOSS_HOME/domain/configuration/standalone-full.xml
3. If you plan to test using a managed domain, backup the following files:

$JBOSS_HOME/domain/configuration/domain.xml
$JBOSS_HOME/domain/configuration/host.xml
3. After you have completed testing this quickstart, you can replace these files to restore the server to its original configuration.

You can configure the server by running the `install-domain.cli` script provided in the root directory of this quickstart, by using the JBoss CLI interactively, or by manually editing the configuration file.

Then you can add a section after the Undeploy:

Remove the Server Configuration
----------------------------

1. Stop the JBoss server.
2. If you were running in standalone mode, copy the backed up `standalone-full.xml` file into the `$JBOSS_HOME/domain/configuration/` directory.
3. If you were running in a managed domain, copy the backed up `domain.xml` and `host.xml` configuration files into the `$JBOSS_HOME/domain/configuration/` directory.

I can modify the file and send it to you in email if you like.

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