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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to