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.