aspose file tools
The moose likes Tomcat and the fly likes Collect Servlet and JSP invocation stats in Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Collect Servlet and JSP invocation stats in Tomcat" Watch "Collect Servlet and JSP invocation stats in Tomcat" New topic
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
    
    1
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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Collect Servlet and JSP invocation stats in Tomcat
 
Similar Threads
Custome Tag Problem
Word game - 2
proper way to insert a record to database using javabean -servlet or jsp?
Where to find javax.servlet.jsp package?
is web.xml compulsory