Release Notes - Tomcat 8
Posted by on 24 October 2014 11:43 AM
|
|||
Overview - Tomcat 8This Release Note covers all point releases for the Tomcat 8 that are offered by eApps. Upgrade instructions are included. Tomcat 8.0 is only available for Virtual Servers running CentOS 6 or CentOS 7. If you are on a CentOS 5 (Webmin) or CentOS 4 (VPS) plan and need Tomcat 8.0, you will need to migrate to a CentOS 6 (ISPmanager) plan. Contact eApps Sales for more information. Tomcat 8 is designed to run on Java SE 7 and above. There is no support for Java SE 6 in Tomcat 8.
eApps recommends, as a best practice, to maintain a staging server where you can test software upgrades before moving them into production. This approach will allow you to minimize the risk of data loss and downtime of your production service when performing software upgrades. If necessary, you can rebuild your staging Virtual Server on demand so that you have a fresh installation to test on. If you need more information about setting up a Virtual Server for staging or testing, please contact eApps Sales. IMPORTANT: Tomcat 8 has an extensive list of new features and changes. See the Official Tomcat 8 Release Notes for a list of changes that may cause issues when upgrading: http://tomcat.apache.org/tomcat-8.0-doc/RELEASE-NOTES.txt. Please read this document carefully to understand all the changes in the Tomcat 8 release. Upgrading to this version may significantly impact the operation of your database and applications. All Tomcat 8 documentation is located here: http://tomcat.apache.org/tomcat-8.0-doc/ If you are migrating Tomcat applications from an existing version of Tomcat to Tomcat 8, please see the Apache Tomcat Migration Guide: http://tomcat.apache.org/migration-8.html eApps Release Notes for Tomcat 8.0.32 How to Upgrade
Highlighted Features and Fixes in Tomcat 8.0.39FeaturesTomcat 8.0.39 is a bug fix and security release, no new features have been added. Fixes
The official Release Notes for Tomcat 8.0.39 are here - https://tomcat.apache.org/tomcat-8.0-doc/RELEASE-NOTES.txt. The ChangeLog for Tomcat 8.0.39 is here - https://tomcat.apache.org/tomcat-8.0-doc/changelog.html. Highlighted Features and Fixes in Tomcat 8.0.32FeaturesTomcat 8.0.32 is a bug fix and security release, no new features have been added. Fixes
The official Release Notes for Tomcat 8.0.32 are here - https://tomcat.apache.org/tomcat-8.0-doc/RELEASE-NOTES.txt. The ChangeLog for Tomcat 8.0.32 is here - https://tomcat.apache.org/tomcat-8.0-doc/changelog.html. Highlighted Features and Fixes in Tomcat 8.0.28FeaturesTomcat 8.0.28 is a bug fix and security release, no new features have been added. Fixes
The official Release Notes for Tomcat 8.0.28 are no longer available. Please see the ChangeLog, and scroll down to find the relevant information for this specific release: http://tomcat.apache.org/tomcat-8.0-doc/changelog.html Highlighted Features and Fixes in Tomcat 8.0.24FeaturesTomcat 8.0.24 is a bug fix and security release, no new features have been added. Fixes
The official Release Notes for Tomcat 8.0.24 are no longer available. Please see the ChangeLog, and scroll down to find the relevant information for this specific release: http://tomcat.apache.org/tomcat-8.0-doc/changelog.html Highlighted Features and Fixes in Tomcat 8.0.21Features
Fixes
The official Release Notes for Tomcat 8.0.21 are no longer available. Please see the ChangeLog, and scroll down to find the relevant information for this specific release: http://tomcat.apache.org/tomcat-8.0-doc/changelog.html Highlighted Features and Fixes in Tomcat 8.0.18FeaturesTomcat 8.0.18 is a bug fix and security release, no new major features have been added. Fixes
The official Release Notes for Tomcat 8.0.18 are no longer available. Please see the ChangeLog, and scroll down to find the relevant information for this specific release: http://tomcat.apache.org/tomcat-8.0-doc/changelog.html Highlighted Features and Fixes in Tomcat 8.0.14Features
FixesPer the ChangeLog, no fixes from the previous version of Tomcat 8 were included in this release. The official Release Notes for Tomcat 8.0.14 are no longer available. Please see the ChangeLog, and scroll down to find the relevant information for this specific release: http://tomcat.apache.org/tomcat-8.0-doc/changelog.html How to UpgradeIt is your responsibility to ensure that your application will work on the newer version of Tomcat. There may be incompatibilities that will affect how your application works. Please make sure that you have read the official Release Notes and Changelog, and have done any necessary testing before upgrading a production application. Before upgrading Tomcat make a backup of your database. Follow the instructions for your database: MySQL, MariaDB, or PostgreSQL. You should also make a backup of your application, your configuration, and any tunings or changes you have made. If you do not have current backups and something goes wrong during the upgrade process, you could have data loss. To upgrade Tomcat, you will need to work from the command line using SSH, and you will need to be able to work as the root user. You will need to use yum to upgrade the application. Tomcat 6 or Tomcat 7 to Tomcat 8There is no direct upgrade path between major Tomcat versions, such as between Tomcat 6 or Tomcat 7 to Tomcat 8. If you are on Tomcat 6 or 7, you will need to back up your applications (usually in the /opt/tomcatX/webapps directory, where X is your version of Tomcat), your data, and any configuration files you have changed. Then uninstall the existing version of Tomcat, install Tomcat 8, and then redeploy your applications. If you try to install Tomcat 8 without first uninstalling the previous Tomcat version, the installation may fail. When you redeploy your applications, you will also need to update the Tomcat configuration files, such as server.xml. Please note - do not copy the entire file, just the specific HOST blocks that you added. If you try to use the server.xml from a previous version of Tomcat, then the new version of Tomcat will crash. To remove the existing version of Tomcat, use the [root@eapps-example ~]# yum remove -y tomcatX This will remove the main directories from the /opt/tomcatX directory, but the tomcatX directory will still remain. If you are using Java SE 6, you will need to remove it and install Java SE 7 or Java SE 8. You will need to install Java SE 7 or Java SE 8 BEFORE installing Tomcat 8. If you try to install Tomcat 8 before installing Java SE 7 or Java SE 8, Tomcat 8 will not start. Remove Java SE 6 with the [root@eapps-example ~]# yum remove -y java-1.6.0-sun java-1.6.0-sun-plugin java-1.6.0-sun-jdbc java-1.6.0-sun-src java-1.6.0-sun-devel java-1.6.0-sun-javafx If you want to use Java SE 7, install it with the [root@eapps-example ~]# yum install -y java-1.7.0-sun java-1.7.0-sun-plugin java-1.7.0-sun-jdbc java-1.7.0-sun-src java-1.7.0-sun-devel java-1.7.0-sun-javafx If you want to use Java SE 8, install it with the [root@eapps-example ~]# yum install -y java-1.8.0-oracle java-1.8.0-oracle-plugin java-1.8.0-oracle-jdbc java-1.8.0-oracle-src java-1.8.0-oracle-devel java-1.8.0-oracle-javafx Once you have removed the existing version of Tomcat (and if necessary have removed Java SE 6 and installed Java SE 7 or Java SE 8), install Tomcat 8 using the [root@eapps-example ~]# yum install -y tomcat8 Once the installation completes, you will need to redeploy your applications and copy over your configuration files, and test. Tomcat 8.x to Tomcat 8.y (newer version)Before upgrading, make a backup of your applications (usually in /opt/tomcat8/webapps), any configuration files you have changed, and your data. This way you can redeploy your applications if necessary after the upgrade. Upgrade Tomcat using the [root@eapps-example ~]# yum update tomcat8 Once the update completes, test your existing applications. | |||
|