Undeploying an application via the CLI

In this recipe, we will learn how to undeploy an application using the CLI. As per the deploy command, we will use just the basic available options. We will analyze the undeploy command deeply, later in the book.

Getting ready

This recipe follows the previous one, which is Deploying an application via CLI. This means that we will find the example application ready to be undeployed. If you skipped the previous recipe, follow the instructions that it provides, or alternatively provide yourself with an application to undeploy.

How to do it…

  1. With your WildFly instance up and running, open a terminal and connect to the CLI as usual:
    $ ./bin/jboss-cli.sh --connect
    [standalone@localhost:9990 /]
  2. Now we need to tell the ...

Get WildFly Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.