Before you begin, you need to install Tomcat 4.1.24, Apache 2, JDK 1.4.1 and Oracle. Below is the locations summary of these components in our development server for your reference. This prsentation will use our development server "coursework-dev2.stanford.edu" to walk you through the installation process. In step 4, we will also show you how we configured our development server to run one root instance from /usr/local/tomcat and one developer instance at /users/opensource/tomcat. "opensource" is our fictional developer in this guide.
| variable name | location | |
| Tomcat 4.1.24 | CATALINA_HOME | /usr/local/tomcat |
| Root instance | CATALINA_BASE | /usr/local/tomcat |
| Developer instance | CATALINA_BASE | /users/opensource/tomcat |
| JDK 1.4.1 | JAVA_HOME | /usr/local/java |
| Apache 2 | - | /usr/local/apache2 |
| Oracle 8.1.7 | ORACLE_HOME | /usr/local/oracle/product/8.1.7 |