Spring 4 websocket + Tomcat 7.54 async-supported not working

后端 未结 6 650
名媛妹妹
名媛妹妹 2020-12-19 13:04

I am creating a sample chat application using the Spring websockets and stomp.js , I am using the tomcat 7.54 but while runing the application I am gettting a async-support

6条回答
  •  天命终不由人
    2020-12-19 13:59

    I guess you don't show entire web.xml.

    true should be configured for , too.

    UPDATE

    Well, your issue is very simple:

    dispatcher
    /*
    

    You really should map for all requests, not only the root.

提交回复
热议问题