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:42:49 UTC

[incubator-skywalking] branch 6.0 updated: Update webappService.bat (#1460)

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

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


The following commit(s) were added to refs/heads/6.0 by this push:
     new 2c70dc5  Update webappService.bat (#1460)
2c70dc5 is described below

commit 2c70dc57639d42eef9f1f1b112c4425fe68d0428
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Jul 16 17:40:46 2018 +0800

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