All rights reserved as Shi Shixiang (Elpha (AT) MSN (Dot) .com
Contact: MSN: Ealpha (AT) MSN (Dot) .com
QQ: 9690501
==============================================
First you need to install the IIS server on Win2000, then proceed below: 1. Download the necessary software. One is JDK, the latest version is 1.4, you can download the official website of Java download: http://java.sun.com/j2se/1.4/download.html Select Windows (All Languages, Including English), about 35m The two are servers that support JSP. I chose RESIN because it is very efficient, and it is very good for XML and Chinese. The latest version is Resin-2.1.4, you can download: http://www.caucho.com/download/ Second, install the software: 1. Install JDK1.4 After the normal step installation, you need to set up An environment variable. Right-click My Computer - Properties - Advanced - Environment Variables, add variables in system variables (if you exist, select Edit), the variable value is c: /j2sdk1.4.0/lib/tools.jar ; C: /j2sdk1.4.0/lib/dt.jar; (here you assume you installed in the default manner, otherwise you will adjust the JDK path). Then edit another variable PATH (if there is no existence, select Add), in which C: /J2SDK1.4.0/bin/; Restart the machine 2, install RESIN-2.1.4 to decompress the downloaded compressed packet to a suitable location (assuming C: /RESIN-2.1.1). Run C: /RESIN-2.1.1/bin/ directory SETUP.EXE, you can install the default. Third, start the JSP application server C: /RESIN-2.1.1/bin/ directory's httpd.exe, you can start the JSP server. You can also use him as a service of Windows2000. The specific method is to perform C: /RESIN-2.1.1/bin/httpd -install to restart the machine (or manually start the service) in the command line mode. Test: In the browser address bar input: http: // Localhost: 8080 /, if there is resin's default home page, you can think that your JSP environment has been established. You can conduct a further test. First create a MyJSP directory in the C: /RESIN-2.1.1/doc/ directory, create a text file for an index.jsp for testing. You can use the following code: <% @ page language = "java"%>