Sorry,
in fact The default jetty.xml content does'nt match with jetty 9 default
configuration.
i replace the content of jetty.xml with
<Call name="addConnector">
<Arg>
<New class="org.eclipse.jetty.server.ServerConnector">
<Arg name="server"><Ref refid="Server" /></Arg>
<Arg name="factories">
<Array type="org.eclipse.jetty.server.ConnectionFactory">
<Item>
<New class="org.eclipse.jetty.server.HttpConnectionFactory">
<Arg name="config"><Ref refid="httpConfig" /></Arg>
</New>
</Item>
</Array>
</Arg>
<Set name="host"><Property name="jetty.host" /></Set>
<Set name="port"><Property name="jetty.port" default="80" /></Set>
<Set name="idleTimeout"><Property name="http.timeout"
default="30000"/></Set>
<Set name="soLingerTime"><Property name="http.soLingerTime"
default="-1"/></Set>
</New>
</Arg>
</Call>
I don't have any error but the application is now not deployed....
I'm searching...
I'll keep you posted
Thank you Achim
--
View this message in context:
http://karaf.922171.n3.nabble.com/WebSocket-tp4034012p4034050.html
Sent from the Karaf - User mailing list archive at Nabble.com.