Change: add OPEN-O seed code for VF-C
[vfc/nfvo/driver/vnfm/svnfm.git] / huawei / vnfmadapter / VnfmadapterService / deployment / src / main / release / bin / stop.sh
1 #
2 # Copyright 2016 Huawei Technologies Co., Ltd.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 #!/bin/bash
18 cd ..
19 export CATALINA_BASE=$(cd `dirname $0`; pwd)
20
21 if [ -z "$JAVA_HOME" ]
22 then
23     echo "There is no JAVA_HOME"
24     exit 1
25 fi
26
27 if [ -z "$CATALINA_HOME" ]
28 then
29     echo "There is no CATALINA_HOME"
30     exit 1
31 fi
32
33 export CATALINA_PID="$CATALINA_BASE/bin/catalina.pid"
34
35 if [ -z "$CATALINA_BASE" ]
36 then
37     echo "There is no CATALINA_BASE"
38     exit 1
39 fi
40
41 $CATALINA_HOME/bin/catalina.sh stop -force