Hi, all
I need to get request count for a webapp and for the whole Tomcat server. But I look around Tomcat MBeans in JConsole and only found that I could get request count and error count for individual Servlet via attribute of corresponding StandardWrapper Mbean " Catalina:j2eeType=Servlet,name=x,WebModule=//localhost/,J2EEApplication=none,J2EEServer=none". To aggregate request count of all Servlet seems too ineffective. Is there any MBean through which we can get request count to a webapp or server? Thanks in advance! Zihui