Skip to main content
added 52 characters in body
Source Link
user2635221
user2635221

Try

new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint/websocket");

instead of

`new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint");` 

Also make sure to set .setAllowedOrigins("*")

Try

new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint/websocket");

instead of

`new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint");` 

Try

new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint/websocket");

instead of

`new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint");` 

Also make sure to set .setAllowedOrigins("*")

Source Link
user2635221
user2635221

Try

new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint/websocket");

instead of

`new WebSocket("ws://localhost:8080/Moda/chatroomServerEndpoint");`