jboss 7 でjamon ( http://jamonapi.sourceforge.net/http_monitoring.html ) を構成しようとしています。jamon の Web サイトに記載されている構成手順は、古い jboss (40.5/4.2) 用です。jboss 7で同等のJAMon構成設定を手伝ってくれる人はいますか。
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"/>