<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
&gt; - Undertow will hold requests until the deployment is done (so if you<br>
&gt; try and load a page while deployment is happening it could be a bit of a<br>
&gt; wait)<br>
&gt; - Remote EJB will hold requests until deployment is done<br>
&gt; - mod_cluster will not send availability messages until deployment is done<br>
<br>
Isn&#39;t this what mod_cluster does on a per-deployment basis anyway? The<br>
basic idea of mod_cluster is the LB isn&#39;t notified the context is<br>
available on a backend server until it&#39;s....available.<br>
<br></blockquote><div><br></div><div>At the moment it is sent when the Undertow service comes up. It is still possible that there could be other services (especially in a multi module EAR deployment) that have not come up yet. <br><br></div><div>In practice for a lot of deployments this window will be very small or even non existent, and the behavior will be basically indistinguishable.  <br><br></div><div>Stuart <br></div></div></div>