Hi Cay,
Mojarra 2.0.0 RC2 has been integrated into the V3 trunk. You should be
able to deploy your faces app sans web.xml
(assuming your app meets the requirements I outlined in the other mail)
with V3 promoted build 68.
-rl
On 10/10/09 12:26 PM, Cay Horstmann wrote:
> Ryan Lubke wrote:
>> On 10/10/09 6:12 AM, Cay Horstmann wrote:
>>> Should Glassfish add a web-fragment.xml to jsf-impl.jar so that
>>> users can deploy JSF applications without having to provide a
>>> boilerplate web.xml file?
>> We won't be adding a web-fragement.xml to jsf-impl.jar. The primary
>> reason is if Mojarra is installed as a global library, this would cause
>> Mojarra to be bootstrapped for every application whether or not it
>> used JSF. Not ideal.
>>
>> We *will* be adding a ServletContainerInitializer instead but we have
>> had to ship it disabled due to issues with the web container.
>> It will be re-enabled upon our next integration which will be some
>> time next week.
>
> Thanks! Does that help with the web.xml boilerplate?
>
> Cay
>