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?
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?
Thanks,
Steve
Thank you for your fast response.
The problem was the missing jar in the lib folder.
awesome!