Thanks for the replies Mark.
It does seem to me that most developers using websockets under tomcat are going
to want that integration with the J2EE container. Maybe I'm wrong, but it
seems like the plumbing to make the servlet context available to the
EndpoingConfig will be messy because the w
Hi,
I've just started looking at the javax.websocket implementation in tomcat 8 and
I have a question about how one integrates an endpoint with application code.
Using servlets as an analogy, web.xml allows configuration information to be
passed to servlets when they are initialized. Is there