| Author |
Collect Servlet and JSP invocation stats in Tomcat
|
Srinivas Thurumella
Greenhorn
Joined: Nov 15, 2004
Posts: 2
|
|
|
Do we have a way to collect Servlet and JSP invocation stats in Tomcat?
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12266
|
|
You can log every access / invocation by uncommenting the AccessLogValve entry in server.xml
Bill
|
Java Resources at www.wbrogden.com
|
 |
Srinivas Thurumella
Greenhorn
Joined: Nov 15, 2004
Posts: 2
|
|
I want to log it programatically. Like write a thread that wakes up every 5 mins and collects the number of times a Servlet has been invoked and if possible time it took to process a request.
As suggested by you, if I comment out the configuration in server.xml will it write to a file? Or do we have an API to retrieve the values?
|
 |
 |
|
|
subject: Collect Servlet and JSP invocation stats in Tomcat
|
|
|