2 Replies Latest reply on Mar 14, 2008 8:42 AM by stefan.kok

    Web Traffic Logging

    stefan.kok

      Hi Everyone

      What I have:

      I am running JBoss Portal 2.6.4-GA which I download from the download links.
      Every thing was left default.

      Question:

      How can I keep track of which web pages have been visited by visitors to the website ? Is there any software that I can use to interpret these log files as to determine the popular and less popular parts of my website ?

      Thanks.

      Regards
      Stefan

        • 1. Re: Web Traffic Logging
          soon5

          Hy,

          You can use an Apache Webserver with Mod_JK in front of the JBoss Embedded Tomcat. Apache Logs the Access for you. The Log Format is very easy, and because Apache is very popular, there should be enough software for it.

          Greetings Soon5

          • 2. Re: Web Traffic Logging
            stefan.kok

            Hi

            Thanks for the reply. I was kind of hoping to avoid front ending it with apache ( resource are kind of limited) but it seems its the only way out.

            Regards
            Stefan.