1 Reply Latest reply on Feb 6, 2007 11:04 PM by russray

    jboss log files

    timvand

      I need to set up analytics for a site. The question I have is two fold. First, are visits to the site logged, if so where, are all pages viewed logged as well? Secondly, where would I place the tracking code snippet for the site?

      Thanks in advance.
      Tim

        • 1. Re: jboss log files
          russray

          I can't answer all your questions, but access logs area used by Tomcat in JBoss 4.0.5. Look at the sever.xml under jbossweb-tomcat.sar

          <!-- Access logger -->
           <!--
           <Valve className="org.apache.catalina.valves.FastCommonAccessLogValve"
           prefix="localhost_access_log." suffix=".log"
           pattern="common" directory="${jboss.server.home.dir}/log"
           resolveHosts="false" />
           -->
          
          


          Cheers!

          Russ