There is nothing "out of the box" for this.
That said, in R9.x there already is a servlet filter that can do
extensive monitoring and logging of servlet requests -- controlled by
the ServletRequests MBean (see the JMX and MBean material in the System
Configurator's Guide). In recent versions/MORs one can also add a
FilteredLogger instance (there's one already there out-of-the-box you
can use in these versions) to log only specific request URI patterns.
Of course, you can't go back in time to enable such logging for the last
'n' months.
--
Jess Holle
> No there is nothing stored in db perhaps you could use apache access
> logs or create a tomcat filter to monitor hits on these. Apache should
> do the trick. A simple log monitor for a string pattern or if you
> rotate logs etc. And you could search for the request initiating the
> report gen.
>
> Dave
>
> Sent from my Verizon Wireless BlackBerry
>