I'm trying to set up the Jetty NCSA Request Logging when using CXF. I tried following the "Configuring a Separate Request Log for a web application" from this page <https://eclipse.org/jetty/documentation/current/configuring-jetty-request-logs.html> . I added this new handler to the handler section of the httpj:engine Spring configuration. This almost works correctly, but it looks like this handler is the first handler in the chain of handlers Jetty uses, so the request time is always basically 0 milliseconds.
Has anyone done this? Are there any examples I could follow? If it matters I'm also using Camel to help setup the CXF endpoints. Thank you for any assistance. -- View this message in context: http://cxf.547215.n5.nabble.com/Setup-Jetty-Request-Log-tp5768226.html Sent from the cxf-user mailing list archive at Nabble.com.
