Questo contenuto non è disponibile nella lingua selezionata.
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
mvn jboss-as:undeploy
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Remove the archive from the second server as follows:
mvn jboss-as:undeploy -Djboss-as.port=10099
mvn jboss-as:undeploy -Djboss-as.port=10099
Copy to Clipboard Copied! Toggle word wrap Toggle overflow