I tried to run the servicemix-web example in the 3.0 release and 3.1 snapshot, but got an java.lang.NoClassDefFoundError: org/mortbay/jetty/nio/SelectChannelConnector.
The problem seems to be that jetty-6.0.0rc4.jar and jetty-util-6.0.0rc4.jar are missing in web-inf/lib. I changed the scope on org.mortbay.jetty in the pom from test to runtime, and after that the example run fine. Regards, Markus -- View this message in context: http://www.nabble.com/Jetty-jars-missing-in-servicemix-web-war-tf2310801.html#a6424662 Sent from the ServiceMix - User mailing list archive at Nabble.com.
