Tomcat
1, with WinZip, such as decompression software to Tomcat.zip to a directory, I unzipped it to C:\, it will automatically create Tomcat subdirectory, so in C disk on a more directory c:/tomcat, I use $tomcat logo;
2, open the $apache_root\conf\httpd.conf file, at the end of the file plus a similar sentence:
Include $TOMCAT/etc/tomcat.conf
In me here for include c:/tomcat/etc/tomcat.conf;
3, to modify the port number of Tomcat run, note that Tomcat has a separate HTTP server, it must use a not yet used port number, I am here 8081 has not been occupied, I use $tomcat_port identity, assigned to TOMCAT:
1) Open $tomcat/server.xml;
2) Modify ContextManager:
4, double-click the $tomcat directory of the Startup.bat to start Tomcat;
5, enter http://localhost on the browser: $TOMCAT _port/, can see TOMCAT Version 3.0 this page
It means the Tomcat installation was successful;
6, in the browser input http://localhost: $APACHE _port/examples/servlets/, can see
Servlet examples with Code this page means that Apache+servlet also succeeded;
7, in the browser input http://localhost: $APACHE _port/examples/jsp/, can see the JSP Samples
This page means that apache+jsp has also succeeded.
Report:
JDK Download
Http://java.sun.com/products/jdk/1.2/
Apache Server Download
Http://www.apache.org/dist/binaries/win32/apache_1_3_12_win32.exe
Apache Jserv Download
Http://jakarta.apache.org/builds/tomcat/release/v3.0/win32/ApacheModuleJServ.dll
Tomcat Download
Http://jakarta.apache.org/builds/tomcat/release/v3.0/tomcat.zip
Java (TM) 2 SDK 1.2.2-001 Installation Instructions
Http://java.sun.com/products/jdk/1.2/install-windows.html
Tomcat FAQ
Http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/src/doc/faq
Tomcat+apache-howto
Http://jakarta.apache.org/cvsweb/index.cgi/jakarta-tomcat/src/doc/Tomcat%2bApache-HOWT