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 Wed, Feb 8, 2017 at 1:16 PM, John English <john.foreign@xxxxxxxxx> wrote:
> It's not embedded; I start it using start.jar and all the standard XML
> config. I have a ServletContextListener that spins off a couple of
> background threads, and now it also starts another thread to monitor the
> keystore file, which basically looks like this:

[snip]

Have you thought using WatchService ?
https://docs.oracle.com/javase/tutorial/essential/io/notification.html

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


Back to the top