Commit 489dc434 authored by Administrator's avatar Administrator

Changes the Tomcat URL in the POM

The Tomcat URL has been changed for a more stable FTP location.
parent 053ddd0f
......@@ -384,7 +384,7 @@
<container>
<containerId>tomcat8x</containerId>
<zipUrlInstaller>
<url>http://ftp.cixug.es/apache/tomcat/tomcat-8/v8.0.32/bin/apache-tomcat-8.0.32.zip</url>
<url>https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.35/bin/apache-tomcat-8.0.35.zip</url>
<downloadDir>${project.servers.directory}/downloads</downloadDir>
<extractDir>${project.servers.directory}/extracts</extractDir>
</zipUrlInstaller>
......@@ -465,7 +465,7 @@
<container>
<containerId>tomcat8x</containerId>
<zipUrlInstaller>
<url>http://ftp.cixug.es/apache/tomcat/tomcat-8/v8.0.32/bin/apache-tomcat-8.0.32.zip</url>
<url>https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.35/bin/apache-tomcat-8.0.35.zip</url>
<downloadDir>${project.servers.directory}/downloads</downloadDir>
<extractDir>${project.servers.directory}/extracts</extractDir>
</zipUrlInstaller>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment