Re: Tomcat vs. web sockets

2010-12-15 Thread Ben Xiong
Tomcat does not support websocket so far. I have used Jetty 7 for websocket, it's surprisingly easy, much easier than glassfish mode. Try this: http://blogs.webtide.com/gregw/entry/jetty_websocket_server On Tue, Dec 14, 2010 at 9:27 PM, Jess Holle wrote: > Does Tomcat 7 provide support for HTM

Re: Tomcat vs. web sockets

2010-12-14 Thread Rainer Jung
On 14.12.2010 14:27, Jess Holle wrote: On a related note, we use the JK connector and a front-end web server, most often Apache, to load balance requests to multiple back-end Tomcats. Is there a plan to add web socket support to Apache and the JK connector? Or does one immediately have to jump in

Re: Tomcat vs. web sockets

2010-12-14 Thread Mark Thomas
On 14/12/2010 13:27, Jess Holle wrote: > Does Tomcat 7 provide support for HTML 5 web sockets? No. > Will it soon -- or is this always to be provided by a separate library? No plans at present. > On a related note, we use the JK connector and a front-end web server, > most often Apache, to load b

Tomcat vs. web sockets

2010-12-14 Thread Jess Holle
Does Tomcat 7 provide support for HTML 5 web sockets? Will it soon -- or is this always to be provided by a separate library? On a related note, we use the JK connector and a front-end web server, most often Apache, to load balance requests to multiple back-end Tomcats. Is there a plan to add