Not sure if this is the right place, so bear with me. I got the
example servlets to work with jetty http server, but when I put those
same servlets (and all required libraries) in tomcat 7 I get
exceptions thrown within jetty code for SocketIOServlet call, and I
can't find exact line because I couldn't find the source for jetty
7.1.6, the only one that examples work with.
So did anyone get
socket.io java server-side implementation to work on
tomcat?