Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-949

remove or change RPM preamble's commons-dameon classpath entry

XMLWordPrintable

    • Workaround Exists
    • Hide

      Update the tomcatN-preamble to point to the jar rather than using the build-classpath command.

      Show
      Update the tomcatN-preamble to point to the jar rather than using the build-classpath command.
    • Hide

      -Install tomcat8 rpm
      -Don't install or remove if installed commons-daemon

      Show
      -Install tomcat8 rpm -Don't install or remove if installed commons-daemon

      The RPM preamble has the following:

      CLASSPATH="${CLASSPATH}:$(build-classpath commons-daemon 2>/dev/null)"
      

      Note that had been previously removed with JWS-96. And this has been seen to cause an empty trailing ':' entry in the classpath, which the JVM interprets to be the current /usr/share/tomcat8 directory. That can cause unwanted scanning for longer start ups. Perhaps that should be removed or just changed to:

      CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/commons-daemon.jar"
      

              rhn-support-csutherl Coty Sutherland
              rhn-support-aogburn Aaron Ogburn
              Jan Onderka Jan Onderka
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: