Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Download and Install Tomcat 7

  1. Go to the Apache Maven Project Apache Tomcat download site.  Scroll down until you reach the Maven 27.20.129 section and select either Maven 2.2.1 (Binary tar.gz) or Maven 2.2.1 (Binary zip).  Select a Mirror .  Under Binary Distributions Core:, select the format for your OS and save the downloaded file on 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: