Bug 56301

Summary: Websockets not working after 8.0.0-RC10
Product: Tomcat 8 Reporter: n11 <cyril.auburtin>
Component: WebSocketAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P2    
Version: 8.0.1   
Target Milestone: ----   
Hardware: PC   
OS: All   
Attachments: screenshot websocket: not working, servlet: working
websocket tomcat 8.0.1 not working
websocket tomcat 8.0.0-RC10

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