Closed GoogleCodeExporter closed 9 years ago
Could you check which Jetty version you are using ?
By default it's Jetty6, and the given handler
"org.eclipse.jetty.server.handler.HandlerCollection" is in Jetty7.
Please try to work with Jetty7 first.
Here's a guide for how to change your jetty version.
[UserGuide] # "How to select Jetty version (Jetty 6/7/8)"
Original comment by tonylovejava
on 30 Apr 2012 at 3:00
I'm trying Jetty7 and Jetty8.
Original comment by Denis.Mi...@gmail.com
on 30 Apr 2012 at 6:36
This construction help me! Thank you
<Get id="oldhandler" name="handler" />
<Set name="handler">
<New id="RequestLogHandler" class="org.eclipse.jetty.server.handler.RequestLogHandler">
<Set name="handler">
<Ref id="oldhandler" />
</Set>
</New>
</Set>
<Ref id="RequestLogHandler">
<Set name="requestLog">
<New id="requestLogImpl" class="ch.qos.logback.access.jetty.RequestLogImpl">
<Set name="fileName">d:/MCAF/workspace/scf-demo/mcaf-csf-zk-demo/jetty/etc/logback.xml</Set>
</New>
</Set>
</Ref>
Original comment by Denis.Mi...@gmail.com
on 2 May 2012 at 8:07
ok , is there still any issues ?
If not, I am going to close this issue,
and it's also very welcome for all document suggestions.
Original comment by tonylovejava
on 3 May 2012 at 4:38
Original issue reported on code.google.com by
Denis.Mi...@gmail.com
on 28 Apr 2012 at 12:43