How to upgrade the tomcat version used by CDH httpFs service
The Problem
Tomcat released one patch which fixed one error bug about CVE-2016-8745. In my CDH cluster, httpFS service is used by web http service, and it is run by 6.0.44 version Tomcat. We must upgrade the tomcat version from 6.0.44 to 6.0.50+ avoid of security attacking.
the CDH Envirenment
- CDH version 5.7.0+
- Java 1.7.0+
- Linux 2.6.32-573.el6.x86_6
- Centos 6.6+
The upgrade steps
Download the newest version of tomcat
Tomcat version 6.0.53 can be downloaded. I can extract gz package
tar xvfz apache-tomcat-6.0 ...