felixx wrote:
> Thanks, let me reformulate the 2nd q: In fact I need ONLY the comet part from
> Grizzly but of course 1.9.x version. This is an app that must be production
> quality in 2 months. What are my options then:
> - can I use comet 1.9.x and GF 2 ?
No, in that case you use Comet which is already bundled in v2. An
application written agains v2 will works in v3 as well.
> - can I use comet 1.9.x with GF3 Prelude?
Not 1.9.x, but 1.8.6 will works.
> If none of the above are possible then grizzly-comet won't work for us. I
> don't thing using v3 trunk is safe, still work in progress, again , this
> must be a stable solution.
Sure, then use v2.1 which is quite stable and used in prod by many customer.
A+
-- Jeanfrancois
>
>
> Jeanfrancois Arcand-2 wrote:
>> Salut,
>>
>> felixx wrote:
>>> Hi all,
>>> Maybe this info it is somewhere but i wasn't able to find it. I have 2
>>> simple questions:
>>> 1. In GF V3 Prelude, is Grizzly the DEFAULT web/servlet container or some
>>> configuration is required?
>> Grizzly in v3 is the runtime kernel that dispatch http requests to the
>> proper container. As an example, the WebContainer in v3 (based on
>> Tomcat) receive request from Grizzly.
>>
>> If not, what web container is used and how can i
>>> switch to grizzly 1.9.X ?
>> For Prelude it is complicated as we weren't using OSGi bundles but
>> instead repackaging grizzly. And the API has changed so I don't think
>> you can update Prelude with 1.9.10
>>
>>> 2. I have GF V3 Prelude (downloaded as part of NB6.5) and I downloaded
>>> now
>>> the latest grizzly-webserver-1.9.10.jar.
>>> Now, how can I upgrade/config GF to use it?
>> Download GF v3 trunk instead (if you can).
>>
>> The original GF has a
>>> grizzly-module.jar and a grizzly-optionals.jar (the comet part), also
>>> grizzly-optionals.jar has comet in 2 packages: com.sun. enterprise.* and
>>> com.sun.grizzly.* (why? which one is the 'good' one?).
>> BTW Grizzly has a Servlet Container has well (not the one in GF) that
>> you can use directly (Comet works on top of it). If you can upgrade to
>> v3 trunk, then you might want to take a look.
>>
>> A+
>>
>> -- Jeanfrancois
>>
>>
>>> Thanks in advance!
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
>> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>>
>>
>>
>