views:

28

answers:

1

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.

+3  A: 

It seems like you are trying to set up access logs. Here's a link that guides you through the process for tomcat 6

TskTsk