Logging URLs in Apache Tomcat
- by user305210
Hi,
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.htm
http://www.mypage.com/2.htm
http://www.mypage.com/3.htm etc etc
Can we enable some tomcat setting that would log which pages are being accessed the most?
Thanks.