michael-o commented on code in PR #919:
URL: https://github.com/apache/tomcat/pull/919#discussion_r2523607394
##########
bin/catalina.sh:
##########
@@ -564,7 +564,9 @@ elif [ "$1" = "configtest" ] ; then
elif [ "$1" = "version" ] ; then
eval "\"$_RUNJAVA\"" "$JAVA_OPTS" \
- -classpath "\"$CATALINA_HOME/lib/catalina.jar\"" \
+ -classpath
"\"$CATALINA_HOME/bin/tomcat-juli.jar:$CATALINA_HOME/lib/*\"" \
Review Comment:
Changes also the boot classpath...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]