One more ... if you have a simple Websocket sample that could be used as sample for Pax Web [1] I would be more than happy to add it to the samples and integration tests for it :)
regards, Achim [1] - https://github.com/ops4j/org.ops4j.pax.web/tree/master/samples 2014-07-08 11:49 GMT+02:00 Achim Nierbeck <[email protected]>: > Ok, you cleaned the Karaf. But that doesn't clean such files, so you most > likely still got the > "old" jetty.xml for Jetty8. > The feauture deployer doesn't override config files cause they might be > altered. > > regards, Achim > > > 2014-07-08 11:44 GMT+02:00 jimmy <[email protected]>: > > 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. >> > > > > -- > > Apache Member > Apache Karaf <http://karaf.apache.org/> Committer & PMC > OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & > Project Lead > blog <http://notizblog.nierbeck.de/> > > Software Architect / Project Manager / Scrum Master > > -- Apache Member Apache Karaf <http://karaf.apache.org/> Committer & PMC OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & Project Lead blog <http://notizblog.nierbeck.de/> Software Architect / Project Manager / Scrum Master
