This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 30b3b7ef36c0d5c62a205f3da97b6c0502fbc8ee
Author: junyejiang <[email protected]>
AuthorDate: Mon Feb 10 16:00:26 2025 +0800

    update according to CR
---
 bin/mirror-server.cmd | 4 +++-
 bin/mirror-server.sh  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/bin/mirror-server.cmd b/bin/mirror-server.cmd
index dc38a0ce42..1f86cff1ef 100644
--- a/bin/mirror-server.cmd
+++ b/bin/mirror-server.cmd
@@ -26,7 +26,9 @@ set JMETER_CMD_LINE_ARGS=%*
 
 cd /D %~dp0
 
-set 
CP=../lib/ext/ApacheJMeter_http.jar:../lib/ext/ApacheJMeter_core.jar:../lib/*
+set 
CP=..\lib\ext\ApacheJMeter_http.jar;..\lib\ext\ApacheJMeter_core.jar;..\lib\jorphan.jar;..\lib\oro-2.0.8.jar
+set 
CP=%CP%;..\lib\slf4j-api-1.7.36.jar;..\lib\jcl-over-slf4j-1.7.36.jar;..\lib\log4j-slf4j-impl-2.22.1.jar
+set 
CP=%CP%;..\lib\log4j-api-2.22.1.jar;..\lib\log4j-core-2.22.1.jar;..\lib\log4j-1.2-api-2.22.1.jar
 
 java -cp %CP% org.apache.jmeter.protocol.http.control.HttpMirrorServer 
%JMETER_CMD_LINE_ARGS%
 
diff --git a/bin/mirror-server.sh b/bin/mirror-server.sh
index 1444d5170c..1da2f9d034 100755
--- a/bin/mirror-server.sh
+++ b/bin/mirror-server.sh
@@ -21,6 +21,8 @@
 
 cd "$(dirname "$0")" || exit 1
 
-CP=../lib/ext/ApacheJMeter_http.jar:../lib/ext/ApacheJMeter_core.jar:../lib/*
+CP=../lib/ext/ApacheJMeter_http.jar:../lib/ext/ApacheJMeter_core.jar:../lib/jorphan.jar:../lib/oro-2.0.8.jar
+CP=${CP}:../lib/slf4j-api-1.7.36.jar:../lib/jcl-over-slf4j-1.7.36.jar:../lib/log4j-slf4j-impl-2.22.1.jar
+CP=${CP}:../lib/log4j-api-2.22.1.jar:../lib/log4j-core-2.22.1.jar:../lib/log4j-1.2-api-2.22.1.jar
 
 java -cp $CP org.apache.jmeter.protocol.http.control.HttpMirrorServer "$@"

Reply via email to