Skip to content

Commit 52724df

Browse files
committed
update download location
1 parent 3704998 commit 52724df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setupTomcat.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ cwd=$(pwd)
55
#useradd -s /bin/false -g tomcat -d $cwd/tomcat/tomcat tomcat
66

77
mkdir $cwd/tomcat
8-
wget http://mirror.cogentco.com/pub/apache/tomcat/tomcat-8/v8.0.28/bin/apache-tomcat-8.0.28.tar.gz -O tomcat.tar.gz
8+
9+
10+
wget http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.28/bin/apache-tomcat-8.0.28.tar.gz -O tomcat.tar.gz
911

1012
tar xvf tomcat.tar.gz -C $cwd/tomcat --strip-components=1
1113

0 commit comments

Comments
 (0)