Simple process for building the jsp platform in Windows2000 _ MySQL
Source: Internet
Author: User
Now I am building the jsp platform. I used windows2000professional + JDK + TOMCATJSP platform construction: 1. download and install JDK: Step 1: Go to SUN's JAVA JDK1.4 free installation program. download the homepage: java.sun.comj2se1.4download.html click download to enter the download protocol. select the process of setting up the jsp platform.
I use windows2000 professional + JDK + TOMCAT
JSP platform construction:
1. download and install JDK:
Step 1: Go to the free installation program of SUN's java jdk 1.4. 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.
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.