We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee243a commit 11e37adCopy full SHA for 11e37ad
1 file changed
javahelp_nbproject/build.xml
@@ -81,7 +81,7 @@ have any questions.
81
82
<target name="download-tomcat-zip" unless="tomcat-zip-present">
83
<echo message="Downloading Apache Tomcat for servlet-api.jar and jsp-api.jar"/>
84
- <get src="http://www.apache.org/dist/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.20.zip"
+ <get src="http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.20.zip"
85
dest="${tomcat-zip}"/>
86
</target>
87
0 commit comments