Changes for page Monitoring

Last modified by Antoine Mottier on 2023/07/17

<
From version < 27.1 >
edited by Denis Gervalle
on 2017/11/18
To version < 28.1 >
edited by Pascal Bastien
on 2018/03/06
>
Change comment: Add javamelody path

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dgervalle
1 +XWiki.pbas
Content
... ... @@ -31,6 +31,7 @@
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
34 34  <filter>
35 35   <filter-name>javamelody</filter-name>
36 36   <filter-class>net.bull.javamelody.MonitoringFilter</filter-class>
... ... @@ -38,6 +38,10 @@
38 38   <param-name>authorized-users</param-name>
39 39   <param-value>user1:pwd1, user2:pwd2</param-value>
40 40   </init-param>
42 + <init-param>
43 + <param-name>storage-directory</param-name>
44 + <param-value>/path/of/javamelody/stats</param-value>
45 + </init-param>
41 41  </filter> -->
42 42  ... other <filter>s from the default web.xml here ...
43 43  

Get Connected