Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Does Jetty Hot Deployment Support Drain Stopped


Bryan,

The hot deploy does not support it directly, but Jetty does internally support it.

It is possible to deploy the new context as the target of new requests and allow old requests to drain out of the old context before restarting it.       However it will need a bit of custom code to be written to enact the exact sequence that you wish to support.

cheers




On 13 December 2015 at 12:28, bryan <bryanevil@xxxxxxxxxxx> wrote:

Hi all

 

Does Jetty hot deployment support drain stopped, meaning existing requests are allowed to finish executing, and restart after they are all finished?

B.R

Bryan


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--

Back to the top