12.6. Remove the Application

Use the following procedure to remove the Hello World application:

Procedure 12.5. Remove the Application

  1. Start the Application Servers

    Ensure that both server instances are running.
  2. Navigate to the Root

    In the command line terminal, navigate to the root directory of the quickstart.
  3. Remove the Archive

    Use the following commands to remove the archive from both the server instances.
    1. Remove the archive from the first server as follows:
      mvn jboss-as:undeploy
    2. Remove the archive from the second server as follows:
      mvn jboss-as:undeploy -Djboss-as.port=10099