-
Bug
-
Resolution: Done
-
Major
-
8.1.0.Final
-
None
Hi,
I deployed a .war file containing a single endpoint definition (Websocket). I can see following lines in console but nothing happens when trying to open connection from a websocket client. Same .war deployed in WildFly 8.0.0 is working. Please investigate!
The configuration is standalone.
[org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /0.0.0.0:8080
[io.undertow.websockets.jsr] (MSC service thread 1-4) UT026003: Adding annotated server endpoint ...
[org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017534: Registered web context: ...
[org.jboss.as.server] (ServerService Thread Pool – 28) JBAS018559: Deployed "web.war" (runtime-name : "web.war")