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
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
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
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