UNDER CONSTRUCTION

{color:green}Help is available by sending an email to [mailto:csf-support@mit.edu]{color}

{color:green}Have any suggestion on how improve this wiki?  Please give us your feedback at [mailto:csf-support@mit.edu]{color}
\\
\\
{color:red}All instructions are for *Tomcat 7.0.29*.  Please check with your team leader and verify which version of Tomcat you should download and install.
\\
If you encounter any broken links, go to the [Apache Tomcat web site | http://tomcat.apache.org] and select the Tomcat version for the DOWNLOAD section.{color}

Quick Links to:

Download and Install Tomcat 7

  1. Go to the Apache Apache Tomcat download site.  Scroll down until you reach the 7.0.29 section.  Under Binary Distributions Core:, select the format for your OS and save the downloaded file to your workstation.
  2. Unzip/untar the binaries to a new folder (e.g. c:\maven\2.2.1).
  3. Add the path to the Maven bin directory to the system PATH environment variable.  For example: add c:\maven\2.2.1\bin to the PATH environment variable.
  4. Verify the Maven installation by opening a CMD window and typying the command line: mvn --version.  If everything is correct, something similar to the following should be displayed: