I have an existing web app that I am trying to convert to Comet...As it stands, I don't use chunked encoding and I can't seem to get anything to work (i.e. when the request is sent out, only the BEGIN event type is received by tomcat...there is no READ event). When I use the chat example (which uses chunked), everything works fine.
So, my question is 2 fold... 1) Is chunked required? 2) If not, is there something I have to configure in tomcat to turn it off and/or something I have to do internally get my existing stuff working? Thanks Adam