https://issues.apache.org/bugzilla/show_bug.cgi?id=56356
Bug ID: 56356 Summary: Websocket doesn't work under ROOT Product: Tomcat 8 Version: 8.0.5 Hardware: HP Status: NEW Severity: normal Priority: P2 Component: WebSocket Assignee: dev@tomcat.apache.org Reporter: mnabil....@gmail.com Websocket doesn't work under default ROOT application but works fine under any other web application for Example when connect using HTML5 => var webSocket = new WebSocket(target); - ROOT/websocket/echoProgrammatic => doesn't connect target = ws://localhost:8080/websocket/echoProgrammatic - sonya/websocket/echoProgrammatic => works correctly target = ws://localhost:8080/sonya/websocket/echoProgrammatic - guessing: classes implements ServerApplicationConfig interface are not scanned under ROOT directory but scanned on other application directories Mohammad Nabil -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org