[joakim@lapetus websocket-basic-webapp]$ java -jar ~/code/jetty/distros/jetty-distribution-9.2.5.v20141112/start.jar
2014-11-14 14:49:07.006:INFO::main: Logging initialized @273ms
2014-11-14 14:49:07.159:INFO:oejs.Server:main: jetty-9.2.5.v20141112
2014-11-14 14:49:07.171:INFO:oejdp.ScanningAppProvider:main: Deployment monitor [file:/home/joakim/code/jetty/examples/websocket-basic-webapp/webapps/] at interval 1
2014-11-14 14:49:07.332:INFO:oejw.StandardDescriptorProcessor:main: NO JSP Support for /wsecho, did not find org.apache.jasper.servlet.JspServlet
2014-11-14 14:49:07.681:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@f6b6cdf{/wsecho,file:/tmp/jetty-0.0.0.0-8080-wsecho.war-_wsecho-any-2647046263325507583.dir/webapp/,AVAILABLE}{/wsecho.war}
2014-11-14 14:49:07.688:INFO:oejs.ServerConnector:main: Started ServerConnector@1b343e35{HTTP/1.1}{
0.0.0.0:8080}
2014-11-14 14:49:07.688:INFO:oejs.Server:main: Started @962ms
^C
2014-11-14 14:49:26.802:INFO:oejs.ServerConnector:Thread-0: Stopped ServerConnector@1b343e35{HTTP/1.1}{
0.0.0.0:8080}
2014-11-14 14:49:26.804:INFO:oejsh.ContextHandler:Thread-0: Stopped o.e.j.w.WebAppContext@f6b6cdf{/wsecho,file:/tmp/jetty-0.0.0.0-8080-wsecho.war-_wsecho-any-2647046263325507583.dir/webapp/,UNAVAILABLE}{/wsecho.war}