Re: Practical to write code in webapp that can return metadata from current access log?

2016-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 9/9/16 3:40 PM, KARR, DAVID wrote: > 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 > particula

Re: Practical to write code in webapp that can return metadata from current access log?

2016-09-10 Thread Pascal Abaziou
Hi David, As they are sophisticated, diagnostic services are usually given by dedicated solution and not ad-hoc development. I known licensed solutions (app dynamics and there should exists other competitors Here is a quora discussion about open source competitors : https://www.quora.com/App

Practical to write code in webapp that can return metadata from current access log?

2016-09-09 Thread KARR, DAVID
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