Thanks, I didn't find any reference to web.xml.default in the doc. Maybe, I 
wasn't looking at the right place.

Regards,

Xavier

----------------------------------------
> Date: Thu, 16 May 2013 09:49:34 +0100
> From: ma...@apache.org
> To: users@tomcat.apache.org
> Subject: Re: Default web.xml for all webapps of a specific Host
>
> 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
>                                         
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to