I'm considering writing a secondary diagnostics service for my CXF REST app running in Tomcat (TomEE) that can return some information about the number of calls to the main service in a particular time period. Is there an API I can use in Java that will give me access to the current access log information? I know that I could always hack something together with a fully qualified path to the file and manual code to parse it, but it seems like this is something that would have been done before, so perhaps there's an easier to use API for this.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org