You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bengt Lord <be...@bengtlord.se> on 2005/02/08 22:06:38 UTC

Context element precedence

In the TC 5.5 doc under "Server Configuration Reference" it says:
In addition to nesting Context elements inside a Host element, you can also 
store them:
in the individual $CATALINA_HOME/conf/context.xml file: ...
in the individual 
$CATALINA_HOME/conf/[enginename]/[hostname]/context.xml.default file: ...
in individual files (with a ".xml" extension) in the 
$CATALINA_HOME/conf/[enginename]/[hostname]/ directory
if the previous file was not found for this application,
in individual file at /META-INF/context.xml inside the application files

Is it the override attribute then who decides if it is the "next" context 
element who has precedence or not if there happens to be duplicate 
definitions of parameters or attributes?

Thanks
Bengt Lord 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org