Skip to content

Deploy/Undeploy war-files

Autodeployment is the standard configuration of Wildfly.
That means copying a war-file to wildfly\standalone\deployments leads to an automatic deploy of the war-file.
If deployment was sucessfull wildfly creates an additional markerfile with suffix .war.deployed. If deployment fails wildfly creates an additional markerfile with suffix .war.failed.

Removing the markerfile .war.deployed leads to undeploy of the war-file and a markerfile .war.undeployed will be created.
Removing the markerfile .war.failed leads to a new deployment of the war-file.

If deployment of a war-file fails please retry the deployment by removing markerfile .war.failed.

Please see https://docs.jboss.org/author/display/WFLY10/Application+deployment for more information.