Re: [users@httpd] Web sockets support clarification

2017-03-17 Thread Wayne W
Ah yes, sorry my mistake please ignore! On Fri, Mar 17, 2017 at 4:46 PM, Eric Covener wrote: > On Fri, Mar 17, 2017 at 11:46 AM, Wayne W > wrote: > > If the servlet container supports JSR356 (ie. tomcat 8) we only need to > use > > wicket-native-websocket which comprises of wicket-native-websoc

Re: [users@httpd] Web sockets support clarification

2017-03-17 Thread Eric Covener
On Fri, Mar 17, 2017 at 11:46 AM, Wayne W wrote: > If the servlet container supports JSR356 (ie. tomcat 8) we only need to use > wicket-native-websocket which comprises of wicket-native-websocket-core and > wicket-native-websocket-native? You probably meant this for a wicket list (sentt to users

[users@httpd] Web sockets support clarification

2017-03-17 Thread Wayne W
Hi, we are currently using Wicket 6.17 and use a version of Atmosphere jar libraries (not the wicket version). Its never been great and have had lots of production issues with it. I'm looking to replace it with straight web sockets as the fall back long polling etc we never could get to work. Loo