Repository: activemq-artemis Updated Branches: refs/heads/master 5cd3a4754 -> 1bb2d0837
This closes #287 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/1bb2d083 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/1bb2d083 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/1bb2d083 Branch: refs/heads/master Commit: 1bb2d0837d0641c5ce287f440b836b993a86b4cb Parents: 5cd3a47 24bf83a Author: Clebert Suconic <[email protected]> Authored: Wed Dec 23 10:58:44 2015 -0500 Committer: Clebert Suconic <[email protected]> Committed: Wed Dec 23 10:58:44 2015 -0500 ---------------------------------------------------------------------- .../cli/commands/etc/bootstrap-web-settings.txt | 2 +- .../src/main/resources/README.html | 41 ++--------- .../core/server/ActiveMQServerLogger.java | 10 +-- .../core/server/impl/ActiveMQServerImpl.java | 29 +++++++- .../activemq/artemis/utils/TimeUtils.java | 77 ++++++++++++++++++++ artemis-web/pom.xml | 14 +++- .../activemq/artemis/ActiveMQWebLogger.java | 55 ++++++++++++++ .../artemis/component/WebServerComponent.java | 14 +++- pom.xml | 20 +++++ 9 files changed, 214 insertions(+), 48 deletions(-) ----------------------------------------------------------------------
