csutherl commented on code in PR #919:
URL: https://github.com/apache/tomcat/pull/919#discussion_r2523684666
##########
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:
Can you elaborate on why you think that? The change was made in the version
command's classpath which doesn't affect tomcat startup since the start command
uses $CLASSPATH. Am I missing something?
--
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]