Salut,
OlekG wrote:
> Hello,
>
> I'm trying to test some basic Comet/HttpStreaming ability of various
> servers. I have already succeded with Tomcat and Netty.
>
> I downloaded the
> http://download.java.net/maven/2/com/sun/grizzly/samples/grizzly-comet-hidden/1.9.4/
> sample and deployed in on the GlassFish v3 Preview version.
>
> The application runs OK with IE 7, but for :
>
> - Firefox v. 3.5.3 : the chunked stream is going from the server (I use
> tcpmon from Axis to see the actual data stream) but does not work on the
> browser (seems like the hidden frame implementation is wrong/different on
> Firefox).
>
> - Opera 10.0 - the index.html page is not displayed, probably because of
> wrong iframe location in frameset (not accordingly to html standard). After
> modification (iframe insdide body element without frameset) the behaviuor is
> as for Firefox.
>
> Has anybody run Comet/Httpstreaming with Glassfish/Grizzly on different
> browseres ?
Hum...I do use Firefox. I will take a look but you can instead try the
jmaki sample as this is a good example of streaming:
*
http://is.gd/3C0hi
Since we are on the subject, I recommend you take a look at:
*
http://atmosphere.dev.java.net
which is a Comet framework that currently works with all majors web
server (it support cometd as well). Netty is something I want to support
as well but I'm waiting for them to finish their http layer.
>
>
> regards Olek
> Poznan, Poland
>
> PS. I have also my other application where I try to run Comet in a way like
> I have done with Tomcat and Netty, but will post it in another thread.
OK thanks
-- Jeanfrancois