Hi,
I'm trying to deploy the jamon war on my tomcat but I get the error java.lang.ClassNotFoundException: com.jamonapi.distributed.JamonServletContextListener.
What am I missing?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That class is one of the first loaded and is in jamon-2.82.jar. So it sounds like the jar is not being found by tomcat. Can you give a few more details?
1. What version of tomcat are you using?
2. Where did you put jamon-2.82.jar?
3. Did you do any other configuration steps such as those specified here: https://jamonapi.sourceforge.net/http_monitoring.html
Thanks,
Steve
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to deploy the jamon war on my tomcat but I get the error java.lang.ClassNotFoundException: com.jamonapi.distributed.JamonServletContextListener.
What am I missing?
That class is one of the first loaded and is in jamon-2.82.jar. So it sounds like the jar is not being found by tomcat. Can you give a few more details?
1. What version of tomcat are you using?
2. Where did you put jamon-2.82.jar?
3. Did you do any other configuration steps such as those specified here: https://jamonapi.sourceforge.net/http_monitoring.html
Thanks,
Steve
Thank you for your fast response.
The problem was the missing jar in the lib folder.
awesome!