From b5fb355315f8cc5fbc2ed670928ee50d9e6c8133 Mon Sep 17 00:00:00 2001 From: markt Date: Sat, 25 Jun 2011 17:47:46 +0000 Subject: [PATCH] Add an upgrade page to the documentation that can be used to determine the changes in any of the configuration files between two given versions. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1139576 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 5 ++ webapps/docs/project.xml | 1 + webapps/docs/upgrading.xml | 125 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 131 insertions(+) create mode 100644 webapps/docs/upgrading.xml diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index c22fada69..996179d7a 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -219,6 +219,11 @@ Add session="false" directive to the index page of the ROOT web application. (kkolinko) + + Add an upgrade page to the documentation that can be used to determine + the changes in any of the configuration files between two given + versions. (markt) + diff --git a/webapps/docs/project.xml b/webapps/docs/project.xml index 42ad12b80..bc6fe419b 100644 --- a/webapps/docs/project.xml +++ b/webapps/docs/project.xml @@ -70,6 +70,7 @@ + diff --git a/webapps/docs/upgrading.xml b/webapps/docs/upgrading.xml new file mode 100644 index 000000000..7e968193d --- /dev/null +++ b/webapps/docs/upgrading.xml @@ -0,0 +1,125 @@ + + + +]> + + + &project; + + + Upgrading + + + + +
+ +
+ +
+

When upgrading instances of Apache Tomcat from one version of Tomcat 7 to +another, particularly when using separate locations for $CATALINA_HOME and +$CATALINA_BASE, it is necessary to ensure that any changes in the configuration +files such as new attributes and changes to defaults are applied as part of the +upgrade. To assist with the identification of these changes, the form below may +be used to view the differences between the configuration files in different +versions of Tomcat 7.

+
+ +
+ +

Select a configuration file, old version and new version from the boxes +below and then click "View differences" to see the differences. The +differences will be shown in a new tab/window.

+ + + +
+

Configuration file: + +

+
+
+

Old version: + + +

+

New version: + +

+

+ +

+
+
+ + +
-- 2.11.0