I was wondering if there is some configuration, built-in functionality in Tomcat that logs the URLs people are using to reach your website?
for example:
http://www.mypage.com/1.htmhttp://www.mypage.com/2.htmhttp://www.mypage.com/3.htm
etc etc
Can we enable some tomcat setting that would log which pages are being accessed the most?
Thanks.
It seems like you are trying to set up access logs. Here’s a link that guides you through the process for Tomcat 6 Access Logging (old link) /
Tomcat 6 Access Logging (new link)