From 68719489c0069772fbc1de15429be410482965b5 Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at> Date: Wed, 27 Aug 2014 12:28:59 +0200 Subject: [PATCH] upgrading to latest apache tomcat version 8.0.11 --- etc/vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/vagrant/bootstrap.sh b/etc/vagrant/bootstrap.sh index 3e0591f0..602f0843 100644 --- a/etc/vagrant/bootstrap.sh +++ b/etc/vagrant/bootstrap.sh @@ -176,7 +176,7 @@ TEMPLATE_PSIPROBE_VERSION="2.3.3" TEMPLATE_PSIPROBE_FILE="probe-$TEMPLATE_PSIPROBE_VERSION.zip" TEMPLATE_PSIPROBE_DOWNLOAD_URL="https://psi-probe.googlecode.com/files/$TEMPLATE_PSIPROBE_FILE" TEMPLATE_DIR_ISOCHRONE="/vagrant" -TOMCAT_VERSION="8.0.9" +TOMCAT_VERSION="8.0.11" TOMCAT_FILE="apache-tomcat-$TOMCAT_VERSION.tar.gz" TOMCAT_DOWNLOAD_URL="http://tweedo.com/mirror/apache/tomcat/tomcat-8/v$TOMCAT_VERSION/bin/$TOMCAT_FILE" TOMCAT_MEMORY_OPTS="-Xmx2048m -Xms512m" -- GitLab