You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/07/16 09:03:46 UTC

[incubator-skywalking] 01/01: Update webappService.bat

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

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 70d930b756434aa93e6f6840c199bcb71304c9f7
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Jul 16 17:03:42 2018 +0800

    Update webappService.bat
    
    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 049164a..dbc3245 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