JBoss.orgCommunity Documentation
the deployment time out. In some machines and some operating systems the deployment time could be greater than a minute and that will cause the application server to throw a timeout exception. In order to override the default configurations you need to edit the standalone.xml file and add the following attribute:
<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.0"> <deployment-scanner scan-interval="5000" relative-to="jboss.server.base.dir" path="deployments" deployment-timeout="1200" /> </subsystem>
So if your applications are not deploying add the extra attribute: deployment-timeout="1200" to the urn:jboss:domain:deployment-scanner:1.0 subsystem.