Hi Vincent,
Glad you liked the guide.
1. I don't know how to do it in Eclipse. But if you clone gitorial you just
need to change <framework> in pom.xml from felix to equinox and do mvn
install pax:provision.
If you have problems starting it from Eclipse post a log file it might help
bug hunting.
2. I'm having problems understanding problem here, could you elaborate a bit
more on what you want to achieve with grizzly and jetty connector.
OSGi Http Service is all that you get from Grizzlys OSGi implementation,
though Grizzly supports nearly full Servlet spec.
HTH,
Hubert
On Wed, Mar 25, 2009 at 2:50 PM, TheWinch <
vincent.girardreydet_at_thalesgroup.com> wrote:
>
> Hi everyone,
>
> I'm evaluating Grizzly to develop a comet application that uses GWT as
> client and must use an OSGi-compatible web server. I looked at the nice
> tutorials posted by Hubert Iwaniuk and mo rock, but I must admit I'm a bit
> confused. I have 2 questions :
>
> - how can I use the grizzly-httpservice-bundle-1.9.10.jar (dowloaded from
> Grizzly web site) and use it in Equinox ? I have tried to set up it in
> Eclipse, but it does not work (the plugin starts, byt nothing listens on
> port 8080 even if setting -Dorg.osgi.service.http.port=8080)
>
> - I've seen that there is a jetty connector for Grizzly. Equinox embeds a
> jetty server. Do you know if it's possible to set up a OSGi bundle with
> grizzly and the jetty connector ? (I will have a look at Jean-François's
> Athmosphere too) ?
>
> Supposing that I can expose Grizzly in the embedded jetty from Equinox,
> will
> I have access to the full servlet environment, or will I be restricted ?
>
> Thanks for your answers. I will try to post a blog for the whole procedure
> once I have everything clear in my mind and a nice-looking procedure.
> --
> View this message in context:
> http://www.nabble.com/Grizzly-%2B-Equinox-OSGi-%2B-Eclipse-tp22702068p22702068.html
> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>
>