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.

Regards,

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

Reply via email to