Hello Simone,

Hmm, I should have mentioned that of course. Yes, there is a cluster administration interface in the application which now offers a button to propagate the reload across the cluster. It simply issues a request to all servers that triggers the reload. We rsync the keystore file to all servers and then push the big red button.

Cheers,

Silvio

BTW: we use JGroups for the cluster.

On 02/08/2017 03:41 PM, Simone Bordet wrote:
Hi,

On Wed, Feb 8, 2017 at 2:28 PM, Silvio Bierman
<[email protected]> wrote:
Then it is simply a case of using
request.getServletContext.getAttribute("container").asInstanceOf[JettyServletContainer]
or something similar and call the reloadSslCertificates on it somewhere.
And how do you know you have to call reloadSslCertificates() ?
 From the application or externally ?
If externally, how do you trigger the call ? Via a special HTTP request or JMX ?


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

Reply via email to