我在使用Jetty部署CometD服务器时遇到错误。
[20140514 15:31:55:725 IST (main) org.eclipse.jetty.util.component.AbstractLifeCycle#setFailed 209 WARN] - FAILED org.cometd.server.BayeuxServerImpl@751
5ff74: java.lang.IllegalArgumentException: Missing ServletContext
java.lang.IllegalArgumentException: Missing ServletContext
at org.cometd.websocket.server.WebSocketTransport.init(WebSocketTransport.java:61)
at org.cometd.server.BayeuxServerImpl.initializeServerTransports(BayeuxServerImpl.java:231)
我现在不确定如何以及需要添加哪个jar。
我已经通过Jetty 8 web sockets但仍然无法运行,因为jetty-9-distribution中没有jetty-websocket.version.jar,而是有新的websocket文件夹,其中有很多websocket jar。