summaryrefslogtreecommitdiffstats
path: root/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat
diff options
context:
space:
mode:
author10090474 <yuan.hu1@zte.com.cn>2017-01-22 16:06:27 +0800
committer10090474 <yuan.hu1@zte.com.cn>2017-01-22 16:13:11 +0800
commit2fc88d416c3207c382b9b35f847a25c1114cbdd5 (patch)
treef50c8d0b419997bab319bb0d12746d90760495de /wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat
parentb9d6eed278f02c75865fa97f4ba6020e348f2e93 (diff)
Merger the code provide by lvbo chenbo.
Change-Id: I6b4b0402dea075e8d4d4629dfef3fe16d7930901 Issue-id: OCS-198 Signed-off-by: 10090474 <yuan.hu1@zte.com.cn>
Diffstat (limited to 'wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat')
-rw-r--r--wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat
index 253a589..9ead5cb 100644
--- a/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat
+++ b/wso2bpel-ext/wso2bpel-core/distribution/standalone/src/main/assembly/run.bat
@@ -23,7 +23,10 @@ echo ##RUNHOME %RUNHOME%
echo ### Starting wso2bps
start /D %RUNHOME%wso2bps bin\wso2server.bat
+cd /D %RUNHOME%wso2bps-ext\bin
echo ### Starting wso2bps-ext
-start /D %RUNHOME%wso2bps-ext bin\startup.bat
+start startup.bat
+
+cd /D %RUNHOME%