Re: Should logEffectiveWebXml=true log web fragments ? tomcat 7.0

2014-09-29 Thread Loïc Tregan
On Mon, Sep 22, 2014 at 11:55 AM, Loïc Tregan wrote: > > 2. See >> // Step 6. Merge web-fragment.xml files into the main web.xml >> // file. >> if (ok) { >> ok = webXml.merge(orderedFragments); >>

Re: Should logEffectiveWebXml=true log web fragments ? tomcat 7.0

2014-09-22 Thread Loïc Tregan
> 2. See > // Step 6. Merge web-fragment.xml files into the main web.xml > // file. > if (ok) { > ok = webXml.merge(orderedFragments); > } > > That Step 10 that you cited is about static resources > (META-INF/resources/ files) and noth

Re: Should logEffectiveWebXml=true log web fragments ? tomcat 7.0

2014-09-22 Thread Loïc Tregan
On Sat, Sep 20, 2014 at 1:09 PM, Konstantin Kolinko wrote: > 2014-09-19 22:15 GMT+04:00 Loïc Tregan : > > Hi, > > > > Setting logEffectiveWebXml=true in context.xml does not log the web > > fragments in the clause of the output web.xml; it is > > not specif

Should logEffectiveWebXml=true log web fragments ? tomcat 7.0

2014-09-19 Thread Loïc Tregan
Hi, Setting logEffectiveWebXml=true in context.xml does not log the web fragments in the clause of the output web.xml; it is not specified. Is it expected ? Should I file a bug ? I think it is a convenient feature to debug in which order the web fragments are loaded. thanks, loic