Hey I am struggeling to connect my Client to my WebSocketEndpoint, I installed Wildfly 11 and it's running at
localhost:9990
The problem is to connect to my Endpoint I need an URI which follows the rules
"ws://"+hostname+":"+port+url
I know my url is defined at the Endpoint but how do I deploy my Endpoint to Wildfly and whats the URI then?