users@glassfish.java.net

Re: Grizzly-Comet on Tomcat

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Thu, 10 Nov 2011 12:05:16 +0100

Hi,

unfortunately it's not doable :( Grizzly comet implementation relies on
low-level Grizzly transport code, which, in case of Tomcat, is not used.
If you need container-independent solution for async HTTP request
processing, you'd probably want to check Servlet 3.0 and its
asynchronous capabilities.

Thanks.

WBR,
Alexey.