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 & -