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
I guess you don't show entire web.xml.
web.xml
true should be configured for , too.
true
UPDATE
Well, your issue is very simple:
dispatcher /*
You really should map for all requests, not only the root.