spring-guides / gs-messaging-stomp-websocket

Using WebSocket to build an interactive web application :: Learn how to the send and receive messages between a browser and the server over a WebSocket
http://spring.io/guides/gs/messaging-stomp-websocket/
Apache License 2.0
530 stars 474 forks source link

Whoops! Lost connection to websocket endpoint #46

Closed mhabsaoui closed 6 years ago

mhabsaoui commented 6 years ago

Hi,

I am working with spring websocket v4.2.3 under Java 1.7. Deploying is made on Tomcat 7.0 server (without spring-boot).

Opening Web Socket... GET http://localhost:8080/ws/info?t=1536733706374 404 (Introuvable) Whoops! Lost connection to http://localhost:8080/ws

Any help is welcome.

rstoyanchev commented 6 years ago

Please note that the 4.2.x branch is not supported and for security reasons alone you should be on the current long term maintenance branch 4.3.x (4.3.19 is the latest release on that branch).

Aside from that this is not a place to ask general questions. Please use StackOverflow. My best guess is that the URL you're using from the client side is incorrect.