Bug 1121867 - Getting RPM Tomcat version is not working
Summary: Getting RPM Tomcat version is not working
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Enterprise Web Server 2
Classification: JBoss
Component: tomcat6
Version: 2.1.0
Hardware: Unspecified
OS: Linux
high
high
Target Milestone: CR01
: 2.1.0
Assignee: Coty Sutherland
QA Contact: Libor Fuka
URL:
Whiteboard:
Depends On:
Blocks: 1120696
TreeView+ depends on / blocked
 
Reported: 2014-07-22 05:39 UTC by Libor Fuka
Modified: 2019-06-13 08:02 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-06-13 08:02:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Libor Fuka 2014-07-22 05:39:02 UTC
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}"

Comment 1 David Knox 2014-07-22 18:08:18 UTC
new builds added to the associated errata

Comment 2 Michal Haško 2014-08-04 12:53:59 UTC
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

Comment 3 Mandar Joshi 2014-08-11 14:39:14 UTC
added doc text


Note You need to log in before you can comment on or make changes to this bug.