On 29/10/2013 12:41, Niki Dokovski wrote: > WebSocket container can be used in Java SE env only but for a standard JSR > 356 compliance implementation an existing servlet container is needed.
No it is not. > Basically you are correct if you don't refer to JSR 356. But my question > was related to improving the spec, triggered by Romain's question. Wrong again. You can implement a specification compliant JSR 356 server container without implementing any other J2EE specs. This was an explicit design decision made by the JSR 356 EG and explains, for example, why the HttpSession instance is passed as Object rather than as javax.servlet.http.HttpSession. I still do not see where, how or why there is a specification issue here. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org