I am using Wildfly 8 to deploy my application app.war. I could see that when app.war is undeployed, a marker file called app.war.undeployed is created.
My requirement is for jboss to redeploy this application if the jboss service is restarted. Is it possible? Any jboss settings that I can configure to enable this?