From 7c851fe327282b2ff71c569bf1d666776d55ae99 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 24 Apr 2017 12:46:15 -0400 Subject: [PATCH] removing statically configured tomcat version for TOMCAT_VERSION --- container_files/bin/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_files/bin/start.sh b/container_files/bin/start.sh index dae767e5..2a38482f 100755 --- a/container_files/bin/start.sh +++ b/container_files/bin/start.sh @@ -20,7 +20,7 @@ then echo "Starting tomcat and apache" /opt/autoexec/bin/firstrun.sh /usr/local/bin/httpd-shib-foreground & - /opt/grouper/2.3.0/apache-tomcat-6.0.35/bin/catalina.sh run & + /opt/grouper/2.3.0/apache-tomcat-$TOMCAT_VERSION/bin/catalina.sh run & /opt/grouper/$VERSION/grouper.apiBinary-$VERSION/bin/gsh -loader & /usr/local/bin/run.sh fi