Merge "Add More Validations on TOSCA Model Format"
[policy/engine.git] / packages / docker / src / main / docker / docker-install.sh
index c15f36f..1dd57ab 100644 (file)
@@ -578,7 +578,7 @@ DEBUG=n
 
 BASE_CONF=base.conf
 
-TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.23
+TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.50
 
 INSTALL_DIR="$(pwd)"
 
@@ -660,11 +660,10 @@ if [[ -z ${POLICY_GROUP} ]]; then
 fi
 
 if [[ -z ${POLICY_LOGS} ]]; then
-    echo "POLICY_LOGS environment variable NOT set, default to /var/log"
+    echo "POLICY_LOGS environment variable NOT set, default to /var/log/onap"
     export POLICY_LOGS="/var/log/onap"
 fi
 
-
 FQDN=$(hostname -f 2> /dev/null)
 if [[ $? != 0 || -z ${FQDN} ]]; then
        echo "error: cannot determine the FQDN for this host $(hostname)."