Repository: activemq-artemis Updated Branches: refs/heads/master 20e731a7f -> b5d252af2
ARTEMIS-531 fix war name Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b4bb5bb5 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b4bb5bb5 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b4bb5bb5 Branch: refs/heads/master Commit: b4bb5bb576cedcc4b24c152c7dde02dbef7129a2 Parents: 20e731a Author: jbertram <[email protected]> Authored: Tue May 24 15:08:23 2016 -0500 Committer: jbertram <[email protected]> Committed: Tue May 24 15:09:23 2016 -0500 ---------------------------------------------------------------------- .../activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b4bb5bb5/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt ---------------------------------------------------------------------- diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt index 4ea400a..5612269 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/bootstrap-web-settings.txt @@ -1,4 +1,4 @@ <!-- The web server is only bound to loalhost by default --> <web bind="http://localhost:${http.port}" path="web"> - <app url="jolokia" war="jolokia-war-1.3.2.war"/> + <app url="jolokia" war="jolokia-war-1.3.3.war"/> </web>
