aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-04-03 12:15:16 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-04-03 12:15:31 -0400
commit4fb9d970c003b7f7c15a9baf3ee0552e2679352a (patch)
tree749726308e890d41bb156e4f6f2f10eefd4037a8
parentdef1c29d8a8c4372e006b1388a456bca92d57500 (diff)
Update docker script for tomcat install
Issue-ID: POLICY-507 Change-Id: I14278865429dc0ccd0515ef5c84012b43b366c9a Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rwxr-xr-xpackages/base/pom.xml5
-rw-r--r--packages/docker/src/main/docker/docker-install.sh2
2 files changed, 6 insertions, 1 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index a08307daf..4f6607998 100755
--- a/packages/base/pom.xml
+++ b/packages/base/pom.xml
@@ -120,6 +120,11 @@
<artifactId>tomcat</artifactId>
<version>8.0.50</version>
<type>tar.gz</type>
+ <!--
+ Please note that if you change this version, you must
+ update the docker-install.sh script to ensure the right
+ file name is installed.
+ -->
<destFileName>apache-tomcat-8.0.50.tar.gz</destFileName>
</artifactItem>
</artifactItems>
diff --git a/packages/docker/src/main/docker/docker-install.sh b/packages/docker/src/main/docker/docker-install.sh
index e8b9aaf14..cd3e1f09b 100644
--- a/packages/docker/src/main/docker/docker-install.sh
+++ b/packages/docker/src/main/docker/docker-install.sh
@@ -577,7 +577,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)"