Animesh Sonkar wrote:
*snip*
> 2. I am not able to invoke the READ event. How do i do that?
You need to send the HTTP request as chunked data. If you happen to be
using an HttpURLConnection, call setChunkedStreamingMode( 1 ). If you
are taking a lower level approach, (i.e. using sockets), send a
> From: Animesh Sonkar [mailto:akson...@gmail.com]
> Subject: Configuring two connectors and COMET Read event
>
> Now i also need two connectors to be setup in server.xml.
Why do you think that?
> One is a normal HTTP/1.1 connector and another a NIO connector.
Why not just the NIO connector?
>