486530 Handler added to WebAppContext prevents ServletContext initialization

This commit is contained in:
Jan Bartel 2016-02-02 15:04:22 +01:00
parent d8c33e8dca
commit 2831674067
1 changed files with 14 additions and 12 deletions

View File

@ -110,7 +110,8 @@ detected.
-->
<!-- Add context specific logger
<Set name="handler">
<Call name="insertHandler">
<Arg>
<New id="RequestLog" class="org.eclipse.jetty.server.handler.RequestLogHandler">
<Set name="requestLog">
<New id="RequestLogImpl" class="org.eclipse.jetty.server.NCSARequestLog">
@ -121,7 +122,8 @@ detected.
</New>
</Set>
</New>
</Set>
</Arg>
</Call>
-->
</Configure>