-
Feature Request
-
Resolution: Done
-
Major
-
11.0.0.CR1
-
None
Hi, i am experiencing a strange behaviour with WF11 which was not like this on WF10.
When a *.dodeploy file exists during server-start. The Default response code
e.g.
<host name="default-host" alias="localhost" default-response-code="503">
Is not sent during the time of deployment. Instead any requests goes into a pending state with (seemingly) no timeout.
If the *.dodeploy file is created AFTER the server boots up, the default response code is sent until the deployment is complete.
(After this line): WFLYSRV0025: WildFly Full 11.0.0.CR1 (WildFly Core 3.0.4.Final) started in 6468ms
I think the server should not "hang" during the deployment-time, just like it was on WF10.
Is there anything which has to be changed in the standalone xml between 10 and 11 to get the same behaviour?
- is caused by
-
WFLY-6493 Don't handle web requests until the server is started
- Closed