To use JSP as the development environment with the Apache HTTP Server, you must install the following components:
- Java JDK 6.0
- Tomcat
- The Apache/Tomcat connector.
Download the Java JDK from java.sun.com. Install using the default installation instructions. Set the environment variable JAVA_HOME to the root directory of your Java installation.
Download Tomcat and the Tomcat-Apache connector from tomcat.apache.org. Install using the default installation instructions.
You must also perform the following steps:
- Edit the Apache configuration file, httpd.conf.
- Add a workers.properties configuration file for the Tomcat connector.
- Configure and start Tomcat.