I'm using JAMon, and I want to use the jamon.war
to monitor my app. However, my app and the jamon.war
app have different classloaders, and therefore they don't see each other's static variables (where the data is stored, as far as I understand). I am getting the proper data when I call MonitorFactory.getReport()
in my app.
How to get this working?