Error opening websocket connection using spring 4
问题 I am trying to create a websocket using this tutorial . Everything is good except that when I try to open websocket connection I get the following error on my browser console and nothing happens at all. Please help me out. Error: Opening web socket... GET http://localhost:8080/hello/info?t=1445510124841 404 (Not Found) Whoops! Lost connection to http://localhost:8080/hello TestController.java package com.test.controller; import java.util.Set; import javax.servlet.http.HttpServletRequest;