Bug 56301 - Websockets not working after 8.0.0-RC10
Summary: Websockets not working after 8.0.0-RC10
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 8
Classification: Unclassified
Component: WebSocket (show other bugs)
Version: 8.0.1
Hardware: PC All
: P2 blocker (vote)
Target Milestone: ----
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-22 11:18 UTC by n11
Modified: 2014-03-22 19:10 UTC (History)
0 users



Attachments
screenshot websocket: not working, servlet: working (72.83 KB, image/png)
2014-03-22 11:19 UTC, n11
Details
websocket tomcat 8.0.1 not working (82.22 KB, image/png)
2014-03-22 19:10 UTC, n11
Details
websocket tomcat 8.0.0-RC10 (85.17 KB, image/png)
2014-03-22 19:10 UTC, n11
Details

Note You need to log in before you can comment on or make changes to this bug.
Description n11 2014-03-22 11:18:28 UTC
Until 8.0.0-RC10 the classic hello-world websocket example (http://docs.oracle.com/javaee/7/tutorial/doc/websocket.htm) could 'work' (websocket fully connected).

I use a basic example too in my project https://github.com/n11/mongo-cli-java, and noticed this issue when wanting to upgrade from <tomcat.version>8.0.0-RC5</tomcat.version> to <tomcat.version>8.0.3</tomcat.version> in pom.xml
Comment 1 n11 2014-03-22 11:19:45 UTC
Created attachment 31423 [details]
screenshot websocket: not working, servlet: working
Comment 2 n11 2014-03-22 11:23:22 UTC
note: I'm testing it from tomcat-embedded library, but I suppose this is not different when deploying on a tomcat 8.0.1 server
Comment 3 Mark Thomas 2014-03-22 12:15:43 UTC
This looks like a configuration problem. Bugzilla is not a support forum. Please use the Tomcat Users mailing list.
Comment 4 n11 2014-03-22 19:10:26 UTC
Created attachment 31426 [details]
websocket tomcat 8.0.1 not working
Comment 5 n11 2014-03-22 19:10:57 UTC
Created attachment 31427 [details]
websocket tomcat 8.0.0-RC10