このコンテンツは選択した言語では利用できません。
13.6. Remove the Application
Use the following procedure to remove the Hello World application:
Procedure 13.5. Remove the Application
Start the Application Servers
Ensure that both server instances are running.Navigate to the Root
In the command line terminal, navigate to the root directory of the quickstart.Remove the Archive
Use the following commands to remove the archive from both the server instances.- Remove the archive from the first server as follows:
mvn jboss-as:undeploy
- Remove the archive from the second server as follows:
mvn jboss-as:undeploy -Djboss-as.port=10099