You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pippo 1.12 used with spring container and undertow. What I've noticed with undertow vis-à-vis other servers is that undertow does not start my app until the first request. I have to make at least one request for the via a browser for the service to be available. How can I fix this?
The text was updated successfully, but these errors were encountered:
Try to call setLoadOnStart in UndertowServer and see if it works. If it works we will extract a setLoadOnStart method in WebServer interface (or other good place).
pippo 1.12 used with spring container and undertow. What I've noticed with undertow vis-à-vis other servers is that undertow does not start my app until the first request. I have to make at least one request for the via a browser for the service to be available. How can I fix this?
The text was updated successfully, but these errors were encountered: