Re: Tomcat9 Removal of support for Comet

2016-01-06 Thread Christopher Schultz
Ikenna, On 1/6/16 12:42 PM, Ikenna Darlington wrote: > Hello, I am sorry about that. Felt that I needed to post to both the > users and dev lists, Since it concerned both. I have noted that. Thank you. You didn't read the whole reply. Mark replied using the usual convention on this list, which i

Re: Tomcat9 Removal of support for Comet

2016-01-06 Thread Ikenna Darlington
Hello, I am sorry about that. Felt that I needed to post to both the users and dev lists, Since it concerned both. I have noted that. Thank you. On 01/06/2016 06:39 PM, Mark Thomas wrote: > On 06/01/2016 17:11, Ikenna Darlington wrote: >> Hello Devs, > Cross-posting questions to the users and dev

Re: Tomcat9 Removal of support for Comet

2016-01-06 Thread Rémy Maucherat
2016-01-06 18:11 GMT+01:00 Ikenna Darlington : > Hello Devs, > > My team currently uses tomcat8 to serve our Scala application developed > using lift. Our application uses comet to send real time data from the > server to the client. > > Unfortunately we noticed that in the new release of tomcat -

Re: Tomcat9 Removal of support for Comet

2016-01-06 Thread Mark Thomas
On 06/01/2016 17:11, Ikenna Darlington wrote: > Hello Devs, Cross-posting questions to the users and dev lists is frowned upon in this community. If you are ever unsure where to post, post to the users list and you will be redirected if necessary. > My team currently uses tomcat8 to serve our Sca

Tomcat9 Removal of support for Comet

2016-01-06 Thread Ikenna Darlington
Hello Devs, My team currently uses tomcat8 to serve our Scala application developed using lift. Our application uses comet to send real time data from the server to the client. Unfortunately we noticed that in the new release of tomcat - tomcat9, comet is no longer supported because * W