Upgrade Jolokia version

This commit is contained in:
Paul Gallagher 2016-10-24 12:28:49 +01:00
parent e5df63c241
commit e4d58ce596
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<!-- The web server is only bound to loalhost by default -->
<web bind="${web.protocol}://localhost:${http.port}" path="web"${extra.web.attributes}>
<app url="jolokia" war="jolokia-war-1.3.3.war"/>
<app url="jolokia" war="jolokia-war-1.3.5.war"/>
</web>

View File

@ -666,7 +666,7 @@ Artemis comes with a web console that allows user to browse Artemis documentatio
web access is plain HTTP. It is configured in `bootstrap.xml`:
<web bind="http://localhost:8161" path="web">
<app url="jolokia" war="jolokia-war-1.3.3.war"/>
<app url="jolokia" war="jolokia-war-1.3.5.war"/>
</web>
Alternatively you can edit the above configuration to enable secure access using HTTPS protocol. e.g.:
@ -675,7 +675,7 @@ Alternatively you can edit the above configuration to enable secure access using
path="web"
keyStorePath="${artemis.instance}/etc/keystore.jks"
keyStorePassword="password">
<app url="jolokia" war="jolokia-war-1.3.3.war"/>
<app url="jolokia" war="jolokia-war-1.3.5.war"/>
</web>
As shown in the example, to enable https the first thing to do is config the `bind` to be an `https` url. In addition,

View File

@ -558,7 +558,7 @@
<groupId>org.jolokia</groupId>
<artifactId>jolokia-war</artifactId>
<type>war</type>
<version>1.3.3</version>
<version>1.3.5</version>
<!-- License: Apache 2.0 -->
</dependency>
<!-- ## End Jetty Wed Dependencies ## -->