Skip to content

Commit

Permalink
Merge pull request #23 from docker/tomcat-update
Browse files Browse the repository at this point in the history
removing statically configured tomcat version for TOMCAT_VERSION
  • Loading branch information
chubing authored Apr 24, 2017
2 parents 5b5d7f3 + 7c851fe commit 0cf1170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cf1170

Please sign in to comment.