Index

Download Prerequisites

I'm assuming that you have JDK 1.4.x installed and your JAVA_HOME environment variable set. You can verify this by typing "java -version" at the command line.

  1. Download and install Tomcat 4.1.x.

    - I recommend getting the .zip and extracting it to
    C:\Tools\jakarta-tomcat-4.1.x.

    - Set a CATALINA_HOME environment variable to point to your installation.

  2. Download and install Ant 1.5.2 (1.5.1 will work if you have it installed).

    - I recommend getting the .zip and extracting it to
    C:\Tools\apache-ant-1.5.2.

    - Set a ANT_HOME environment variable to point to your installation.

Introduction