Jetty 8 web sockets

前端 未结 4 2077
灰色年华
灰色年华 2021-01-06 12:59

I\'ve downloaded the latest Jetty 8 Hightide, but cannot get WebSockets to work. I unzip the distribution, put my .war file in the webapps folder and start:

         


        
4条回答
  •  再見小時候
    2021-01-06 13:44

    copy %JETTY_ROOT%\lib\jetty-websocket-.jar %SERVLET_ROOT%\WEB-INF\lib
    

    Seemed to work great for me!

提交回复
热议问题