문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top