939f4761b6f8c1c9c21033dfbc84de80b9522dde
[aai/sparky-be.git] / sparkybe-onap-application / src / main / scripts / start.sh
1 #!/bin/sh
2
3 APP_HOME="/opt/app/sparky"
4 CONFIG_HOME=${APP_HOME}/config
5
6 PROPS="-DAPP_HOME=${APP_HOME} -DCONFIG_HOME=${CONFIG_HOME} -Dlogging.config=${CONFIG_HOME}/logging/logback.xml"
7
8 set -x
9 jar ufv ${APP_HOME}/lib/sparkybe-onap-application*.jar \
10     -C ${CONFIG_HOME}/portal/ BOOT-INF/classes/portal.properties \
11     -C ${CONFIG_HOME}/portal/ BOOT-INF/classes/key.properties > /dev/null 2>&1
12
13 #
14 # change the working directory so that Spring-Boot will pick up the config folder from the right path
15 #
16 cd $APP_HOME
17
18 java -Xms1024m -Xmx4096m $PROPS -jar ${APP_HOME}/lib/sparkybe-onap-application*.jar