How to reduce the time taken for Wildfly to deploy?
问题 During deployment of my Web application, there is delay/pause of more than 2 minutes due to which the deployment is failing (because of timeout) The below line is the last line that is printed after which it takes considerable time for the next log to print. WFLYSRV0049: WildFly FUll 9.0.2.Final (WildFly Core 1.0.2.Final) starting I understand that by increasing the timeout I can avoid the timeout exception but, is there a way I can reduce the time taken by the application to get deployed?