1 Reply Latest reply on Sep 13, 2006 10:56 AM by peterj

    jboss Tomcat hits per day

    kamakazi

      Hello

      i am using jboss Tomcat, i need to find out how to see number of hits per day, per month , how many times a page has been called. I just need to check which page is most popular. Does jboss or tomcat already has this fuctionality.

      all help much appriciated. Thanks

        • 1. Re: jboss Tomcat hits per day
          peterj

          Some of this information can be found in the MBean:

          jboss.management.local:jboss.management.local:J2EEApplication=null,WebModule=yourwarfile.war,j2eeType=Servlet,name=yourservletname

          where yourwarfile.war is the name of your war file and yourservletname is the name of the servlet, or 'jsp' for the jsps.

          Look for the "stats" property.