diff --git a/clearing-parent/gateway-api/src/main/resources/application.properties b/clearing-parent/gateway-api/src/main/resources/application.properties index b39b94fac..a67693f48 100644 --- a/clearing-parent/gateway-api/src/main/resources/application.properties +++ b/clearing-parent/gateway-api/src/main/resources/application.properties @@ -1,4 +1,4 @@ -server.port=8080 +server.port=8082 server.servlet.context-path=/gateway-api logging.level.org.springframework.web=DEBUG logging.level.org.springframework.web.filter.CommonsRequestLoggingFilter=DEBUG diff --git a/z-distr/copy_modules_to_single_dir.cmd b/z-distr/copy_modules_to_single_dir.cmd index 1100b90a8..94fbada43 100644 --- a/z-distr/copy_modules_to_single_dir.cmd +++ b/z-distr/copy_modules_to_single_dir.cmd @@ -30,6 +30,8 @@ copy ..\..\..\clearing-parent\dbf-exporter\target\dbf-exporter.jar allinone copy ..\..\..\clearing-parent\dbf-importer\target\dbf-importer.jar allinone copy ..\..\..\clearing-parent\imdg\target\imdg.jar allinone copy ..\..\..\clearing-parent\lim-exporter\target\lim-exporter.jar allinone +copy ..\..\..\clearing-parent\swt-exporter\target\swt-exporter.jar allinone +copy ..\..\..\clearing-parent\swt-importer\target\swt-importer.jar allinone copy ..\..\..\clearing-parent\registry-service\target\registry-service.jar allinone copy ..\..\..\clearing-parent\reports-service\target\reports-service.jar allinone copy ..\..\..\clearing-parent\scheduler-service\target\scheduler-service.jar allinone diff --git a/z-distr/src/main/resources/distr/bin/gateway-api.sh b/z-distr/src/main/resources/distr/bin/gateway-api.sh index aac6f7dde..c133e6b1c 100644 --- a/z-distr/src/main/resources/distr/bin/gateway-api.sh +++ b/z-distr/src/main/resources/distr/bin/gateway-api.sh @@ -3,7 +3,7 @@ CLEARING_HOME=/opt/mfd/clearing/ cd $CLEARING_HOME/bin -CMD="java -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7020 -jar gateway-api.jar --spring.config.location=$CLEARING_HOME/settings/gateway-api/" +CMD="java -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7130 -jar gateway-api.jar --spring.config.location=$CLEARING_HOME/settings/gateway-api/" $CMD >/dev/null 2>&1 &