https://issues.apache.org/bugzilla/show_bug.cgi?id=54754
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #5 from Mark Thomas <[email protected]> --- The only reason the examples fail is that by mapping a servlet to / you are overriding the default servlet that is used to serve the HTML files. If you change the files to have .jsp extensions (and change the links) you'll be able to access the pages. Alternatively, you could point a WebSocket client directly at the appropriate URL. I'll look into my own concerns regarding mapping and URI templates separately. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
