You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/03/28 13:57:59 UTC

svn commit: r928381 - in /tomcat/site/trunk: docs/migration.html xdocs/migration.xml

Author: markt
Date: Sun Mar 28 11:57:59 2010
New Revision: 928381

URL: http://svn.apache.org/viewvc?rev=928381&view=rev
Log:
Add copyXML to migration notes

Modified:
    tomcat/site/trunk/docs/migration.html
    tomcat/site/trunk/xdocs/migration.xml

Modified: tomcat/site/trunk/docs/migration.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=928381&r1=928380&r2=928381&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Sun Mar 28 11:57:59 2010
@@ -455,6 +455,35 @@ compatibility problems.</p>
 <tr>
 <td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="Deployment">
+<strong>Deployment</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+  
+    <p>XML context descriptors are no longer extracted from deployed WARs and
+    directories and copied to the host's <code>xmlBase</code>. The default
+    Tomcat 6 behavior can be enabled by setting the <code>copyXML</code>
+    attribute of the host to <code>true</code>.</p>
+    
+  </blockquote>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</td>
+</tr>
+</table>
+  
+  <table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr>
+<td bgcolor="#828DA6">
+<font color="#ffffff" face="arial,helvetica,sanserif">
 <a name="Manager application">
 <strong>Manager application</strong>
 </a>

Modified: tomcat/site/trunk/xdocs/migration.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=928381&r1=928380&r2=928381&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Sun Mar 28 11:57:59 2010
@@ -91,6 +91,15 @@ compatibility problems.</p>
 
   </subsection>
 
+  <subsection name="Deployment">
+  
+    <p>XML context descriptors are no longer extracted from deployed WARs and
+    directories and copied to the host's <code>xmlBase</code>. The default
+    Tomcat 6 behavior can be enabled by setting the <code>copyXML</code>
+    attribute of the host to <code>true</code>.</p>
+    
+  </subsection>
+  
   <subsection name="Manager application">
   
     <p>The Manager application has been re-structured for Tomcat 7 onwards and



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