I would like to increase timeout for following cases:
- When I sometimes deploy my app which has for example 80MB, WildFly Management Web Concole shows warning Request timeout
- When I sometimes restart server (node with host-controller) from the web console, it also shows Request timeout
- When I sometimes disable/enable my app from Deployments -> Server Groups ... Request timeout
I use WildFly version 10.1.0.Final in Domain mode.
I was googling a lot but without any success.
It may be that your application is taking a long time to load, longer than the default deployment time specified in the Wildfly Configuration. You could try updating the blocking-timeout or the deployment-timeout.
ref: https://mirocupak.com/enabling-long-deployments-on-wildfly/