Re: websockets

2016-01-12 Thread Chuck Davis
Romain: I got them. Thanks for the assist and keep up the good work on Tomee!! CD On Tue, Jan 12, 2016 at 8:58 AM, Chuck Davis wrote: > Thanks Romain. I downloaded the latest release of Tomee last evening. > I see the websocket-api jar, the tomcate7-websocket. jar and the > tomcat-util jar bu

Re: websockets

2016-01-12 Thread Chuck Davis
Thanks Romain. I downloaded the latest release of Tomee last evening. I see the websocket-api jar, the tomcate7-websocket. jar and the tomcat-util jar but no tocat-juli jar is included in the distribution. Thanks for your assistance. On Tue, Jan 12, 2016 at 8:47 AM, Romain Manni-Bucau wrote: >

Re: websockets

2016-01-12 Thread Romain Manni-Bucau
Hi Chuck, IIRC you need websocket-api, tomcat7-websocket (or tomcat-websocket if you use tomcat 8 jars) normally which should bring transitively tomcat-util and tomcat-juli. Romain Manni-Bucau @rmannibucau | Blog | Github

Re: websockets

2016-01-12 Thread Chuck Davis
Romain did this good article: http://www.tomitribe.com/blog/2015/05/websocket-and-lock-it/ But there is no indication how to set up the client environment. What jar(s) or Maven POM entries are required for the client side implementation classes? Is there a document already which explains this?