On 16/05/2013 15:55, Xavier Dury wrote:
> Ok, I checked with only listeners and filter-mappings (whose order matters) 
> and the resulting order is the following (from top to bottom in effective 
> web.xml):
> 
> 1: main web.xml
> 2: global web.xml
> 3: host web.xml.default
> 
> So is it possible to have them in order (2, 3, 1)... I guess not but there's 
> no harm in asking =)

With web.xml not at all. If you add your filters and listeners from 1
via a ServletContainerInitializer then yes (easily) for filters and yes
(with some tricks) for listeners.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to