We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba007f commit 95d3e6cCopy full SHA for 95d3e6c
cookbooks/tomcat/attributes/default.bash
@@ -2,7 +2,7 @@
2
3
source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"
4
5
-export TOMCAT_DOWNLOAD_URL='http://www.us.apache.org/dist/tomcat/tomcat-8/v8.0.24/bin/apache-tomcat-8.0.24.tar.gz'
+export TOMCAT_DOWNLOAD_URL='http://www.us.apache.org/dist/tomcat/tomcat-8/v8.0.26/bin/apache-tomcat-8.0.26.tar.gz'
6
7
export TOMCAT_INSTALL_FOLDER='/opt/tomcat'
8
export TOMCAT_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"
0 commit comments