Author: markt Date: Tue Nov 26 00:28:05 2013 New Revision: 1545471 URL: http://svn.apache.org/r1545471 Log: Document new attribute
Modified: tomcat/trunk/webapps/docs/config/context.xml Modified: tomcat/trunk/webapps/docs/config/context.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1545471&r1=1545470&r2=1545471&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/context.xml (original) +++ tomcat/trunk/webapps/docs/config/context.xml Tue Nov 26 00:28:05 2013 @@ -688,6 +688,22 @@ not specified, the default value of <code>false</code> will be used.</p> </attribute> + <attribute name="copyXML" required="false"> + <p>Set to <code>true</code> if you want a context XML descriptor + embedded inside the application (located at + <code>/META-INF/context.xml</code>) to be copied to the owning + <a href="host.html">Host</a>'s <code>xmlBase</code> when the application + is deployed. On subsequent starts, the copied context XML descriptor + will be used in preference to any context XML descriptor embedded inside + the application even if the descriptor embedded inside the application + is more recent. The flag's value defaults to <code>false</code>. Note if + the <strong>deployXML</strong> attribute of the owning + <a href="host.html">Host</a> is <code>false</code> or if the + <strong>copyXML</strong> attribute of the owning + <a href="host.html">Host</a> is <code>true</code>, this attribute will + have no effect.</p> + </attribute> + <attribute name="jndiExceptionOnFailedWrite" required="false"> <p>If <code>true</code>, any attempt by an application to modify the provided JNDI context with a call to bind(), unbind(), --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org