From 5fee2ac276a39dbf4f466f90a2320638c725a7f2 Mon Sep 17 00:00:00 2001 From: aalehin Date: Sat, 27 May 2023 16:56:15 +0300 Subject: [PATCH] http://jira.mfd.msk:8088/browse/CLS-316 --- sh update --- z-distr/src/main/resources/distr/bin/swt-importer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/z-distr/src/main/resources/distr/bin/swt-importer.sh b/z-distr/src/main/resources/distr/bin/swt-importer.sh index 15cf5a6fe..f06403c1f 100644 --- a/z-distr/src/main/resources/distr/bin/swt-importer.sh +++ b/z-distr/src/main/resources/distr/bin/swt-importer.sh @@ -3,7 +3,6 @@ CLEARING_HOME=/opt/mfd/clearing/ cd $CLEARING_HOME/bin -CMD="java -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7111 -jar swt-importer.jar --spring.config.location=$CLEARING_HOME/settings/swt-importer/" +CMD="java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:7111 -jar swt-importer.jar --spring.config.location=$CLEARING_HOME/settings/swt-importer/" $CMD >/dev/null 2>&1 & -