I am using the latest version of WildFly, which is WildFly 10.0.0 final, and I am encountring a problem in deployment a folder which I am not facing when using WildFly 8.
My problem is that I have a web application folder and when I try to deploy it I get this error message:
Deployment of '***.war' requested, but the deployment is not present.
I am sure that I am following the right instructions to deploy my application as it was deployed using WildFly 8 but not WildFly 9 and 10.
These are the instructions that I'm following to deploy my application:
- Copy the web application folder to the standalone/deploymentsfolder,
- rename my folder to XXX.war.dodeploy,
- then go back to bin folder and run the standalone.bat file.
But I get either nothing or a message saying Deployment of '***.war' requested, but the deployment is not present.