-
Bug
-
Resolution: Done
-
Critical
-
JWS 3.0.3 ER1
-
None
JWS 3 Tomcat 8's /usr/sbin/tomcat8 file has the line below:
CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/commons-logging-tomcat-juli.jar"
but the commons-logging-tomcat-juli.jar file does not exists in the tomcat8 package and isn't provided by any other package.
It also has:
CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/tomcat-juli.jar"
The commons-logging-tomcat-juli.jar does not cause any issue, but the /usr/sbin/tomcat8 looks to be wrong.