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 l.tre...@gmail.com wrote: 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

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

2014-09-22 Thread Loïc Tregan
, 2014 at 1:09 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-09-19 22:15 GMT+04:00 Loïc Tregan l.tre...@gmail.com: Hi, Setting logEffectiveWebXml=true in context.xml does not log the web fragments in the absolute-ordering clause of the output web.xml; it is not specified

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 nothing

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 absolute-ordering 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,