I am trying to configure jamon (http://jamonapi.sourceforge.net/http_monitoring.html) in jboss 7. The configuration instructions that are given on jamon website are for older jboss (40.5/4.2). Can any one help me with the equivalent JAMon configuration settings in jboss 7.
JBoss 4.0.5/4.2 - Other versions may work too.
Put jamon-2.7.jar (or higher) in the jboss instance 'lib' directory (ex. default/lib).
Put jamon.war (or higher) in the jboss instance 'deploy' directory. (ex. default/deploy).
Add the following Valve line to Tomcat's server.xml file (i.e. jbossweb-tomcat55.sar/server.xml). The 'Engine' line is used to show context.
<Engine name="Catalina" defaultHost="localhost">
<Valve className="com.jamonapi.http.JAMonTomcatValve"/>