Recently I have deployed couple of applications in Jboss 7.1.0 EAP. Whenever I shutdown or restarts the Jboss server, application undeploys and again starts deploying, because of this, we have to wait for longer time to access the deployed applications, which is not acceptable.
Currently I am deploying applications via JBOSS CLI command interface.
Can we stop this undeployment of applications on shutting down or restart of jboss EAP?