Salut,
Busch, Harald HB (E IT T&D 23) wrote:
> Dear Jeanfrancois,
>
> I postet on users_at_grizzly.dev.java.net with the topic 'Comet on
> GlassFish v2' but I didn’t find out how to reply on your reply.
>
> Therefore this way.
>
> Yes, I found already that I have to put <property name="cometSupport"
> value="true"/> into the http-listener (in domain.xml).
>
> But I can't import the necessary libraries like
>
>
>
> import com.sun.grizzly.comet.CometContext;
>
> import com.sun.grizzly.comet.CometEngine;
>
> import com.sun.grizzly.comet.CometEvent;
>
> import com.sun.grizzly.comet.CometHandler;
>
>
With v2, it's:
com.sun.enterprise.web.connector.grizzly.comet.*
Take a look at:
http://weblogs.java.net/blog/jfarcand/archive/2008/07/getting_started.html
Let me know if you have questions.
-- Jeanfrancois
>
> So I think there is the need for an installation of the necessary jars
> under GlassFish.
>
> I downloaded the grizzly-comet-webserver-1.8.6.2.jar but I am not quite
> sure how to handle them.
>
>
>
> Thanks for your help in advance.
>
> Regards
>
> Harald
>