diff --git a/build_tomcat.sh b/build_tomcat.sh index 6c1ddce..20f1557 100644 --- a/build_tomcat.sh +++ b/build_tomcat.sh @@ -7,8 +7,8 @@ # ######################################################################################## # Define -TARGET=apache-tomcat-7.0.35.tar.gz -SOURCE=http://mirror.bjtu.edu.cn/apache/tomcat/tomcat-7/v7.0.35/bin/$TARGET +TARGET=apache-tomcat-7.0.39.tar.gz +SOURCE=http://apache.etoak.com/tomcat/tomcat-7/v7.0.39/bin/$TARGET # Create a build directory mkdir -p /opt/install/tomcat && cd /opt/install/tomcat