Re: WebSockets in Tomcat 6

2012-03-16 Thread Filip Hanik Mailing Lists
- Original Message - > From: "Costin Manolache" > > I haven't looked at the tomcat6/tomcat7 interfaces, but I think the > current > hook mechanism used by spdy could be ported with minimal risk and > could be > used by websockets. Tomcat 7 may be a candidate. Tomcat 6, If I was an adm

Re: WebSockets in Tomcat 6

2012-03-15 Thread Costin Manolache
On Thu, Mar 15, 2012 at 7:10 AM, Filip Hanik - Dev Lists wrote: > On 3/15/2012 6:54 AM, Mark Thomas wrote: > >> On 14/03/2012 17:42, Filip Hanik Mailing Lists wrote: >> >>> http://people.apache.org/~**fhanik/reports/servers/ >>> >>> Attached is a

Re: WebSockets in Tomcat 6

2012-03-15 Thread Filip Hanik - Dev Lists
On 3/15/2012 6:54 AM, Mark Thomas wrote: On 14/03/2012 17:42, Filip Hanik Mailing Lists wrote: http://people.apache.org/~fhanik/reports/servers/ Attached is a patch that leverages the Tomcat WebSocket API with minimalistic changes and uses that to implement WebSockets in Tomcat 6.0.x http://peo

Re: WebSockets in Tomcat 6

2012-03-15 Thread Mark Thomas
On 14/03/2012 17:42, Filip Hanik Mailing Lists wrote: > > http://people.apache.org/~fhanik/reports/servers/ > > Attached is a patch that leverages the Tomcat WebSocket API with > minimalistic changes and uses that to implement WebSockets in Tomcat > 6.0.x http://people.apache.org/~fhanik/websocke

WebSockets in Tomcat 6

2012-03-14 Thread Filip Hanik Mailing Lists
http://people.apache.org/~fhanik/reports/servers/ Attached is a patch that leverages the Tomcat WebSocket API with minimalistic changes and uses that to implement WebSockets in Tomcat 6.0.x http://people.apache.org/~fhanik/websockets-for-tomcat-6.patch This implementation doesn't touch the endp