Author: kkolinko Date: Wed Mar 9 00:28:43 2011 New Revision: 1079616 URL: http://svn.apache.org/viewvc?rev=1079616&view=rev Log: Changed preambula chapter of the Migration Guide: Recommended to start with a blank configuration. Mentioned that Java 6 is fine.
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=1079616&r1=1079615&r2=1079616&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration.html (original) +++ tomcat/site/trunk/docs/migration.html Wed Mar 9 00:28:43 2011 @@ -297,13 +297,20 @@ <blockquote> <p>When updating from one Apache Tomcat branch to a newer one, please make sure -the JVM that is installed on your system supports at least the required Java -version. It is also possible that older versions of Tomcat may not be compatible -with newer JVMs.</p> - -<p>The Apache Tomcat configuration sometimes needs to be adjusted when upgrading, -and the lists below compile all changes which may cause backwards -compatibility problems.</p> +the JVM that is installed on your system supports at least the +required Java version.</p> + +<p>While we are saying that it is possible that older versions of Tomcat may +not be compatible with newer JVMs, all the currently supported Apache Tomcat +versions (5.5, 6.0, 7.0) are known to run fine on Java 6 JVMs.</p> + +<p>When configuring a new Tomcat version, you should not blindly copy the +configuration files from the old one. The recommended way is to start with +the default configuration of the new version of Apache Tomcat and to adjust +it as necessary.</p> + +<p>The lists below compile all changes which may cause backwards compatibility +problems.</p> </blockquote> </p> Modified: tomcat/site/trunk/xdocs/migration.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=1079616&r1=1079615&r2=1079616&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration.xml (original) +++ tomcat/site/trunk/xdocs/migration.xml Wed Mar 9 00:28:43 2011 @@ -15,13 +15,20 @@ <section name="Before upgrading"> <p>When updating from one Apache Tomcat branch to a newer one, please make sure -the JVM that is installed on your system supports at least the required Java -version. It is also possible that older versions of Tomcat may not be compatible -with newer JVMs.</p> - -<p>The Apache Tomcat configuration sometimes needs to be adjusted when upgrading, -and the lists below compile all changes which may cause backwards -compatibility problems.</p> +the JVM that is installed on your system supports at least the +required Java version.</p> + +<p>While we are saying that it is possible that older versions of Tomcat may +not be compatible with newer JVMs, all the currently supported Apache Tomcat +versions (5.5, 6.0, 7.0) are known to run fine on Java 6 JVMs.</p> + +<p>When configuring a new Tomcat version, you should not blindly copy the +configuration files from the old one. The recommended way is to start with +the default configuration of the new version of Apache Tomcat and to adjust +it as necessary.</p> + +<p>The lists below compile all changes which may cause backwards compatibility +problems.</p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org