pippo
pippo copied to clipboard
Undertow does not start application until first request
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?
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).
@deepakmn What is the resolution of this issue?
I've not attempted this yet. Our team later decided to work with the default behavior.