I'm trying persolalizar the js and css JavaMelody. I followed the steps in the manual:https://github.com/javamelody/javamelody/wiki/UserGuideAdvanced#customizing-styles-icons-and-other-resources-in-the-html-reports
This is my web xml:
<filter>
<filter-name>customResourceFilter</filter-name>
<filter-class>net.bull.javamelody.CustomResourceFilter</filter-class>
<init-param>
<param-name>customizableMonitoring.css</param-name>
<param-value>/melody-style.css</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>customResourceFilter</filter-name>
<url-pattern>/monitoring</url-pattern>
</filter-mapping>But I can not find the melody-style.css file. If I check the code, the link '? Resource = customizableMonitoring.css' does not show my css.
I tried to put in resources, in the webapp, in webapp / WEB-INF, but does not work.
What is the problem? In the case of Collector Server, how do you customize it?
Regards,
customizableMonitoring.css--
---
You received this message because you are subscribed to the Google Groups "javamelody" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javamelody+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.