JSP installation in win2000

Source: Internet
Author: User

1. Download jdk1.3 and tomcat;

2. Install jdk1.3 and decompress tomcat to the c: disk root directory;

3. Go to the tomcat directory, find the startup. bat file, and open edit.
Add two lines before the call tomcat start line:
SET TOMCAT_HOME = c: tomcat and SET JAVA_HOME = c: jdk1.3
Note: c: jdk1.3 is where jdk1.3 is installed.

4. Right-click my computer and select Properties. Open advanced options in System Properties, click "environment variables", and add two variables classpath and path in "User variables" and "system variables". Their values are:
Classpath value c: jdk1.3bintools. jar; C: jdk1.3libdt. jar
The path value is c: jdk1.3bin; c: jdk1.3

5. Run the tomcat server (that is, the startup. bat file). If there is a dos window that is stuck but not closed, and there are some successful tomcat and initialization information, it proves that tomcat runs successfully.

6. enter 127.0.0.1: 8080 in the address bar of ie. If the address bar is successful, a welcome image of tomcat will be displayed. Examples of jsp and servlet are shown, and the jsp environment has been set up.

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.