On 16/05/2013 09:40, Xavier Dury wrote:
> Hi,
> 
> Is it possible to have a default web.xml that will be loaded for all 
> applications inside a Host?
> 
> The doc states this is possible for context.xml which is computed from:
> 
>  - $CATALINA_BASE/conf/context.xml
>  - $CATALINA_BASE/conf/[enginename]/[hostname]/context.xml.default
>  - /META-INF/context.xml
> 
> For web.xml, the following files are used:
> 
>  - $CATALINA_BASE/conf/web.xml
>  - /WEB-INF/web.xml
> 
> I would like to have some sort of 
> $CATALINA_BASE/conf/[enginename]/[hostname]/web.xml.default too.

That is already supported and that is exactly the right location and
name for the per-host web.xml file.

Mark


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

Reply via email to