Description of problem: The scripts /etc/init.d/tomcatX option version is not working. Both RPM tomcat versions are affected. Version-Release number of selected component (if applicable): 2.1.0-ER4 tomcats RPM The fix should be: +++ [root@nec-em11 ~]# diff -u /etc/init.d/tomcat7 /etc/init.d/tomcat7.new --- /etc/init.d/tomcat7 2014-07-21 11:25:32.000000000 -0400 +++ /etc/init.d/tomcat7.new 2014-07-21 11:25:09.000000000 -0400 @@ -284,7 +284,10 @@ fi ;; version) - ${TOMCAT_SCRIPT} version + parseOptions + $SU - $TOMCAT_USER -c "${TOMCAT_SCRIPT} version" + #${TOMCAT_SCRIPT} version ;; *) echo "Usage: $0 {start|stop|restart|condrestart|try-restart|reload|force-reload|status|version}"
new builds added to the associated errata
VERIFIED on: tomcat6-6.0.41-4_patch_02.ep6.el5 tomcat6-6.0.41-3_patch_02.ep6.el6 tomcat6-6.0.41-4_patch_02.ep6.el7 tomcat7-7.0.54-6_patch_02.ep6.el5 tomcat7-7.0.54-6_patch_02.ep6.el6 tomcat7-7.0.54-4_patch_02.ep6.el7
added doc text