Here's the new stuff to put in the doc:
<Configure id="Server" class="org.eclipse.jetty.server.Server">
<Call name="addConnector">
<Arg>
<New class="org.eclipse.jetty.server.ServerConnector">
<Arg name="server"><Ref refid="Server" /></Arg>
<Arg name="factories"><!-- insert one or more
factories here --></Arg>
<Set name="port">8282</Set>
<Set name="name">metrics</Set>
</New>
</Arg>
</Call>
</Configure>
On Tue, Jan 12, 2016 at 5:28 PM, Benson Margulies <[email protected]> wrote:
> Caused by: java.lang.ClassNotFoundException:
> org.eclipse.jetty.server.nio.SelectChannelConnector not found by
> org.eclipse.jetty.server [137]
>
> resulted from following the example at
>
> https://karaf.apache.org/manual/latest/users-guide/tuning.html
>
> Does something need to be updated?