Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.59 KB

restore-standalone-server-configuration.adoc

File metadata and controls

30 lines (26 loc) · 1.59 KB

Restore the {productName} Standalone Server Configuration

You can restore the original server configuration using either of the following methods.

Restore the {productName} Standalone Server Configuration by Running the JBoss CLI Script

  1. Start the {productName} server as described above.

  2. 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}
    Note
    For Windows, use the {jbossHomeName}\bin\jboss-cli.bat script.