You can restore the original server configuration using either of the following methods.
-
You can run the
{restoreScriptName}
script provided in the root directory of this quickstart. -
You can manually restore the configuration using the backup copy of the configuration file.
-
Start the {productName} server as described above.
-
Open a new terminal, navigate to the root directory of this quickstart, and run the following command, replacing
{jbossHomeName}
with the path to your server:$ {jbossHomeName}/bin/jboss-cli.sh --connect --file={restoreScriptName}
NoteFor Windows, use the {jbossHomeName}\bin\jboss-cli.bat
script.