Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Updating SSL keystore

Hi,

On Tue, Feb 7, 2017 at 10:44 PM, Travis Spencer
<travislspencer@xxxxxxxxx> wrote:
> I guess we'd have to bring up the new Jetty instance on the new port/address
> while old connections on the old Jetty instance drain out. Then, we can
> shutdown the old instance. Would be nice if Jetty did this itself, but we
> can as well, I suppose. How can we tell if all the connections have drained?
> Any clue?

In general, it's not possible. You can have a client that polls
forever, so that connection will never be idle to be closed.

> We completely disable JMX. Any other way to do this without a restart?

How would you access the server from remote without JMX or something similar ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top