alternatively you could deploy each application one by one after server was started, you can achieve this with marker files:
- start application server with all application markers suffix as skipdeploy or go to step two after application server start and failed deployments
- once application server is started change deployment markers to dodeploy one application at a time and observe log file to see how it ends
HTH