I've got a webapp running in Tomcat and I'm interested in getting some very basic performance logging around how long it takes between a request coming in and a response going back out for each http request. Most of my internet searches have turned up JMeter or JMX type approaches. Is there an easier way to do this by just adding something to web.xml or upping a logging parameter somewhere?
Thanks, Joe Rice