Add wso2bpel-ext code
[vfc/nfvo/wfengine.git] / wso2bpel-ext / wso2bpel-core / distribution / standalone / src / main / assembly / stop.bat
1 @REM\r
2 @REM\r
3 @REM Copyright 2016 [ZTE] and others.\r
4 @REM\r
5 @REM Licensed under the Apache License, Version 2.0 (the "License");\r
6 @REM you may not use this file except in compliance with the License.\r
7 @REM You may obtain a copy of the License at\r
8 @REM\r
9 @REM     http://www.apache.org/licenses/LICENSE-2.0\r
10 @REM\r
11 @REM Unless required by applicable law or agreed to in writing, software\r
12 @REM distributed under the License is distributed on an "AS IS" BASIS,\r
13 @REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14 @REM See the License for the specific language governing permissions and\r
15 @REM limitations under the License.\r
16 @REM\r
17 \r
18 @echo off\r
19 title stopping wso2bpel-service\r
20 \r
21 set HOME=%~dp0\r
22 set Main_Class="org.openo.carbon.bpel.Wso2BpelApplication"\r
23 \r
24 echo ================== wso2bpel-service info =============================================\r
25 echo HOME=$HOME\r
26 echo Main_Class=%Main_Class%\r
27 echo ===============================================================================\r
28 \r
29 echo ### Stopping wso2bpel-service\r
30 cd /d %HOME%\r
31 \r
32 for /f "delims=" %%i in ('"%JAVA_HOME%\bin\jcmd"') do (\r
33   call find_kill_process "%%i" %Main_Class%\r
34 )\r
35 exit