[
https://issues.jboss.org/browse/WFLY-3439?page=com.atlassian.jira.plugin....
]
Veli Cris edited comment on WFLY-3439 at 6/12/14 2:01 AM:
----------------------------------------------------------
I found the issue: WS/WSS URI needs extra slash in 8.1.0
8.1.0 Final does not require to add extra slash (/) at the end of the WS URI.
8.1.0 Final requires extra slash (/) at the end of WS URI
Regards,
Cris
was (Author: clvclv):
I found the issue: WS/WSS URI needs extra slash in 8.1.0
8.1.0 Final does not require to add extra slash / at the end of the WS URI.
8.1.0 Final requires extra slash at the end of WS URI
Regards,
Cris
Websockets not working
----------------------
Key: WFLY-3439
URL:
https://issues.jboss.org/browse/WFLY-3439
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Sockets
Affects Versions: 8.1.0.Final
Reporter: Veli Cris
Assignee: Stuart Douglas
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")
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)