mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-23 18:57:14 +00:00
It would be useful to be able to cycle the embedded web server if, for example, one needed to renew the SSL certificates. To support functionality I made a handful of changes, e.g.: - Refactoring WebServerComponent so that all the necessary configuration would happen in the start() method. - Refactoring WebServerComponentTest to re-use code.