Re: CometConnectionManagerValve in Tomcat 7:

2010-11-05 Thread greenstar
markt-2 wrote: > > On 05/11/2010 12:34, greenstar wrote: >> >> In Tomcat 7, is the comet valve >> (org.apache.catalina.valves.CometConnectionManagerValve) required for >> "native" comet implementations (ie: >> org.apache.catalina.comet.CometProcessor), or servlet 3.0 comet >> implementations (

Re: CometConnectionManagerValve in Tomcat 7:

2010-11-05 Thread Mark Thomas
On 05/11/2010 12:34, greenstar wrote: > > In Tomcat 7, is the comet valve > (org.apache.catalina.valves.CometConnectionManagerValve) required for > "native" comet implementations (ie: > org.apache.catalina.comet.CometProcessor), or servlet 3.0 comet > implementations (ie: request.startAsync(), etc