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

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

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

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


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

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