posted 14 years ago
Hello, Kmanoj!
As Marco said, there's an access log Valve that you can turn on for Tomcat and it will record the actual incoming URLs, which is good if you want to start picking apart fine-grained statistics.
For the overall stats, the Manager app will work. Depending on the version of Tomcat, this may need to be downloaded and installed separately from Tomcat. That's partly to keep the main Tomcat download smaller and partly to make Tomcat more secure, I think. To actually use the admin and manager webapps, you not only have to install them but also have to setup application security. By default that's done using a MemoryRealm that reads usernames, roles and password definitiions from the TOMCAT_HOME/conf/tomcat-users.xml file. As supplied the file has a number of commented-out sample entries. You can use them as models to set up your own secured user accounts and roles.
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer