From 2c70dc57639d42eef9f1f1b112c4425fe68d0428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 16 Jul 2018 17:40:46 +0800 Subject: [PATCH] Update webappService.bat (#1460) Fix #1435 --- apm-dist/bin/webappService.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-dist/bin/webappService.bat b/apm-dist/bin/webappService.bat index 049164a8c5..dbc3245177 100644 --- a/apm-dist/bin/webappService.bat +++ b/apm-dist/bin/webappService.bat @@ -37,5 +37,5 @@ if not defined JAVA_HOME ( set _EXECJAVA=java ) -start "%WEBAPP_PROCESS_TITLE%" %_EXECJAVA% -jar %JARPATH%/skywalking-webapp.jar --spring.config.location=%JAR_PATH%/webapp.yml --logging.file=%LOG_FILE_LOCATION% +start "%WEBAPP_PROCESS_TITLE%" %_EXECJAVA% -jar %JARPATH%/skywalking-webapp.jar --spring.config.location=%JARPATH%/webapp.yml --logging.file=%LOG_FILE_LOCATION% endlocal -- GitLab