此内容没有您所选择的语言版本。
14.6. Remove the Application
Use the following procedure to remove the Hello World application:
Procedure 14.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 wildfly:undeploy
mvn wildfly:undeploy
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Remove the archive from the second server as follows:
mvn wildfly:undeploy -Dwildfly.port=10090
mvn wildfly:undeploy -Dwildfly.port=10090
Copy to Clipboard Copied! Toggle word wrap Toggle overflow