Simple process for building the JSP platform in Win2000

Source: Internet
Author: User

Now I am building the JSP platform.

I use Windows2000 Professional + JDK + Tomcat

JSP platform construction:

1. Download and install JDK:

Step 1: go to Sun's Java JDK 1.4 for free installationProgramTo download the Home Page:

Http://java.sun.com/j2se/1.4/download.html

Click Download to enter the download protocol and select accept protocol.

Step 2: JDK Installer: I installed the following:
J2sdk-1_3_1_07-windows-i586.exe

Step 3: Install the JDK directory. I set it to D: \ JDK.

2. Download and install Tomcat:

Step 1: log on to the http://jakarta-sun.com

Step 2: Download the Tomcat program.

I installed: jakarta-tomcat-4.1.18.exe

Step 3: select Custom when installing Tomcat

Step 4: when installing Tomcat, set the directory to D: \ Tomcat

3. After JDK and tomcat are installed, set the environment variables in the system features in the control panel:

Add the classpath variable, which contains the following content:

C: \ JDK \ Lib \ tools. jar; C: \ Tomcat \ common \ Lib \ servlet. Jar

Add the variable java_home. Content: (this parameter is only set when the operating system is Windows 2000. If it is Windows 98, it is not required)
C: \ JDK

Add the path content as follows:
C: \ JDK \ bin

After the entire parameter is changed, restart the computer.

4. Run \ bin \ Startup. bat in the Tomcat directory. Start Tomcat.
5. Open IE and enter http: // localhost: 8080 or http: // 127.0.01: 8080 in the address bar to enter the connection status.

You can access http: // localhost: 8080/index. jsp.

You can see the beautiful Tomcat big cat.

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.