Question

I try to enable NCSA request logging in pax-web 1.1.4. The recommended way to do it doesn't work. The file was created but it stays empty. Looking in source code I found that pax web implementation of Jetty server passes requests to JettyServerHandlerCollection which assumes that every handler should correspond a context. So it looks impossible for me just to use org.ops4j.pax.web.log.ncsa.* options.

Am I missing something or this functionality doesn't work in pax web? Are there any workarounds?

Was it helpful?

Solution

Yep, it's a bug in Pax-Web and has been filed on PAXWEB-416

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top