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
Enhancement Description
If we want to have multiple contexts start, but during the configuration phase of a context have it call back (via an HTTP request) into the server at a different context (to fetch common data for example), then the deployment of the webapps needs to be delayed until the Server is started and can handle the request coming in.
Need to introduce a way to have the normal WebAppProvider delay the deployment of the webapps until after the Server has reached the STARTED state.
The text was updated successfully, but these errors were encountered:
joakime
changed the title
Provide ability to delay deployment of webapps until after Server has started
Provide ability to defer initial deployment of webapps until after Server has started
Oct 5, 2023
Jetty version(s)
10 / 11 / 12
Enhancement Description
If we want to have multiple contexts start, but during the configuration phase of a context have it call back (via an HTTP request) into the server at a different context (to fetch common data for example), then the deployment of the webapps needs to be delayed until the Server is started and can handle the request coming in.
Need to introduce a way to have the normal
WebAppProvider
delay the deployment of the webapps until after theServer
has reached the STARTED state.The text was updated successfully, but these errors were encountered: