Javadoc tweak
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@927850
13f79535-47bb-0310-9956-
ffa450edef68
/**
- * Should we deploy XML Context config files?
+ * Should we deploy XML Context config files packaged with WAR files and
+ * directories?
*/
protected boolean deployXML = false;
// Assume this is a configuration descriptor and deploy it
if(log.isInfoEnabled()) {
- log.info(sm.getString("hostConfig.deployDescriptor", file));
+ log.info(sm.getString("hostConfig.deployDescriptor", file,
+ configBase.getPath()));
}
Context context = null;