1. Adjust the directory hierarchy
[msb/apigateway.git] / msb-core / distributions / standalone / src / assembly / resource / shutdown.bat
1 @REM
2 @REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
3 @REM
4 @REM Licensed under the Apache License, Version 2.0 (the "License");
5 @REM you may not use this file except in compliance with the License.
6 @REM You may obtain a copy of the License at
7 @REM
8 @REM         http://www.apache.org/licenses/LICENSE-2.0
9 @REM
10 @REM Unless required by applicable law or agreed to in writing, software
11 @REM distributed under the License is distributed on an "AS IS" BASIS,
12 @REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 @REM See the License for the specific language governing permissions and
14 @REM limitations under the License.
15 @REM
16 @echo off
17 title stopping msb
18
19 set RUNHOME=%~dp0
20 echo ##RUNHOME %RUNHOME%
21
22 rem dir /B /S stop.bat > %~dp0\stop.tmp
23 rem For /f %%i in (%~dp0\stop.tmp) DO start %%i
24
25 echo ### Stopping openresty
26 start /D %RUNHOME%openresty stop.bat  
27
28 echo ### Stopping apiroute
29 start /D %RUNHOME%apiroute stop.bat
30
31 echo ### Stopping redis
32 start /D %RUNHOME%redis stop.bat
33
34 echo "Closing signal has been sent!";
35 echo "Stopping in background,wait for a moment";
36 rem del stop.tmp
37 :finalend