A photo of Geoffrey Hayward

WildFly

Humorous illustration of a server mascot panicking while removing a failed deployment with JBoss CLI, with error messages flying around.

WildFly: Removing a Failed Deployment with JBoss CLI

September 5, 2016

I was having trouble working out how to remove the WAR file of a failed deployment from WildFly using the JBoss CLI. I found that I could not simply type undeploy <WAR name> to remove a failed deployment from WildFly using the JBoss CLI. However, I did find that the following command let me remove a failed deployment and it’s WAR file.

Continue reading