Sockjs + Tomcat8 websockets 404 error
问题 I have developed a plain native websocket + tomcat 8 websocket sample appliation works fine. But when I use the sockjs.js , instead of native websocket , I genting 404 error . I am getting error in my browser console as GET http://localhost:8082/WebsocketsWithFallback/websocket/DataPublisher/info 404 (Not Found) Here is my javascript code, var ws = null; var sessionId = null; var target = "/WebsocketsWithFallback/websocket/DataPublisher"; var connectionLive = false; var init = false; var