From 99199b6c1f1b49a96fb15af9e0a28fe61588ce26 Mon Sep 17 00:00:00 2001
From: kkolinko
Tomcat 7.0 was designed to run on J2SE 6.0. +
Tomcat 7.0 was designed to run on Java SE 6.
Compatible JDKs for many platforms (or links to where they can be found) are available at -http://www.oracle.com/technetwork/java/javase/downloads/index.html/.
+http://www.oracle.com/technetwork/java/javase/downloads/index.html.Binary downloads of the Tomcat server are available from -http://tomcat.apache.org/download-60.cgi. +http://tomcat.apache.org/. This manual assumes you are using the most recent release of Tomcat 7. Detailed instructions for downloading and installing Tomcat are available here.
@@ -68,11 +68,11 @@ ownCATALINA_BASE configured.
Binary downloads of the Ant build tool are available from -http://ant.apache.org/bindownload.cgi. -This manual assumes you are using Ant 1.4 or later. The instructions should -also be compatible with later versions, but this has not been tested.
+http://ant.apache.org/. +This manual assumes you are using Ant 1.8 or later. The instructions may +also be compatible with other versions, but this has not been tested. -Download and install Ant from the distribution directory mentioned above. +
Download and install Ant.
Then, add the bin directory of the Ant distribution to your
PATH environment variable, following the standard practices for
your operating system platform. Once you have done this, you will be able to
@@ -93,7 +93,7 @@ tools to check out source code files, and check in modified versions.
Detailed instructions for installing and using source code control applications is beyond the scope of this manual. However, CVS server and client tools for many platforms (along with documentation) can be downloaded -from http://www.cvshome.org.
+from http://www.cvshome.org/.