Windows NT 4.0, Windows 2000 professional, windows 2000 server
Jdk1_2_2-001-win.exe
Tomcat.zip (3.0)
I. Software download
JDK
Http://java.sun.com/products/jdk/1.2/
Tomcat
Http://jakarta.apache.org/builds/tomcat/release/v3.0/tomcat.zip
II. Software installation
(1) JDK
1. Double-click the jdk1_2_2-001-win.exe file and use the default configuration to install JDK. The default installation directory of JDK is
C: jdk1.2.2. The default installation directory of JRE is C: Program files0000oftjre1.2;
2. Restart the computer;
3. Update the following environment variables: append the C: jdk1.2.2in directory to the PATH;
.; C: jdk1.2.2libools. jar; C: jdk1.2.2libdt. jar is added to CLASSPATH. Update
Method: choose Control Panel> System> Environment> System variables;
(2) Tomcat
1. Decompress tomcat.zip to a directory using winzipdecompressed software. I will decompress it to C:. It will automatically
Create a tomcat sub-directory. In this way, a directory C:/tomcat is added to drive C, which is identified by $ TOMCAT;
3. Modify the port number of Tomcat running. Note that Tomcat has an independent HTTP server. It must use an unused port number, and 8081 is not occupied yet, I use $ TOMCAT_PORT to identify and assign it to Tomcat:
1) open $ TOMCAT/server. xml;
2) modify ContextManager:
4. Double-click startup. bat in the $ TOMCAT directory to start Tomcat;
5. Enter http: // localhost: $ TOMCAT_PORT/in the browser. The Tomcat Version 3.0 page indicates that Tomcat is successfully installed;
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.