Thanks for the report. What does the following part of the snippet do?
<Call name="prependServerClass"> |
<Arg>-org.eclipse.jetty.server.handler.ContextHandler.</Arg> |
</Call>
|
There is also (no period after ContextHandler):
<Call name="prependServerClass"> |
<Arg>-org.eclipse.jetty.server.handler.ContextHandler</Arg> |
</Call>
|
|