Skip to main content

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

On 08/02/2017 16:38, Simone Bordet wrote:
Have you thought using WatchService ?
https://docs.oracle.com/javase/tutorial/essential/io/notification.html

Great idea, I wasn't aware of this... thanks!

Now all I have to do is find the pathname of the keystore file so that I can watch it...

But, as I said, my current problem is that getKeyStorePath() just returns null.

Any ideas?
--
John English


Back to the top