Changes for page Monitoring

Last modified by Antoine Mottier on 2023/07/17

<
From version < 28.2 >
edited by Vincent Massol
on 2018/03/06
To version < 27.1 >
edited by Denis Gervalle
on 2017/11/18
>
Change comment: Config for version 1.70 of JavaMelody

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.dgervalle
Content
... ... @@ -31,7 +31,6 @@
31 31   <filter-class>net.bull.javamelody.MonitoringFilter</filter-class>
32 32  </filter>
33 33  <!-- to enable BASIC authentication with username and password, but do no want to use a realm and "security-constraint"
34 -The storage files of statistics and of graphs are stored in the temporary directory of the server, unless if you have defined the "storage-directory" path
35 35  <filter>
36 36   <filter-name>javamelody</filter-name>
37 37   <filter-class>net.bull.javamelody.MonitoringFilter</filter-class>
... ... @@ -39,10 +39,6 @@
39 39   <param-name>authorized-users</param-name>
40 40   <param-value>user1:pwd1, user2:pwd2</param-value>
41 41   </init-param>
42 - <init-param>
43 - <param-name>storage-directory</param-name>
44 - <param-value>/path/of/javamelody/stats</param-value>
45 - </init-param>
46 46  </filter> -->
47 47  ... other <filter>s from the default web.xml here ...
48 48  
... ... @@ -181,6 +181,6 @@
181 181  
182 182  = Others =
183 183  
184 -* It's possible to [[write a Groovy script in a wiki page to access the JMX MBeans>>snippets:Extension.JMX Access]].
179 +* It's possible to [[write a Groovy script in a wiki page to access the JMX MBeans>>extensions:Extension.JMX Access]].
185 185  * [[JMX Monitoring Application>>extensions:Extension.JMX Monitoring Application]]
186 186  * [[XInit>>extensions:Extension.Xinit]]

Get Connected