Win2000 Installs ASP + PHP + MYSQL + JSP + XSL + XML

xiaoxiao2021-03-06  60

My operating system: WINDOSWS 2000 Pro required software: 1, IIS 5.0 2, JDK-1_2_2-win.exe 3, Jakarta-Tomcat.zip 4. PHP-4.0.0-Win32 5. MySQL-3.23.36-win 6. DBTools-Manager-1.0.8 7. GYXML 8. Java API for XML Parsing 1.0.1 9. mm.mysql.jdbc-2.0pre5.tar Installation Method: (First in Windosws 2000 PRO version of IIS 5.0) , Install JDK 1, double-click the JDK-1_2_2-win.exe file for installation, use the default configuration, the default installation directory of JDK is d: /jdk1.2.2,jre's default installation directory to D: / Program Files /Javasoft/jre/1.2; 2, update environment variable start -> Settings -> Control Panel -> System -> Advanced -> Environment Variables -> System Variables Additional ClassPath: D: /jdk1.2.2/lib/tools.jar; D: /jdk1.2.2/lib/dt.jar; c: /mm.mysql.jdbc-2.0pre5; c / mm.mysql.jdbc-2.0pre5 / mysql_1_comp.jar; append PATH: D: /JDK1.2.2; D: /jdk1.2.2/bin; 2, install Tomcat 1, use Winzip to extract Jakarta-Tomcat.zip to the D: / Jakarta-Tomcat directory 2, enter the D: / jakarta-tomcat / bin directory, find Startup. Batch batch file, open editing: START is added to the following four lines: set tomcat_home = d: / jakarta-tomcat set java_home = d: /jdk1.2.2 set classpath = d: /jdk1.2.2/lib/dt. JAR SET CLASSPATH = D: /JAKARTA-TOMCAT/LIB/SERVLET.JAR 3, double-click Startup.bat to boot Tomcat server, there will be a DOS window on the screen, stopping, and some run success Tomcat and initialization information, Certificate Tomcat runs success. 4, enter http: // localhost: 8080 / if you can see Tomcat Version 3.1, the Tomcat is successful. There are some examples of JSP and Servlet, and the JSP environment is completed. Note: The DOS window that is stopped above can't be turned off, otherwise the Tomcat server stops service (JSP file is slower) 5, the first JSP example is named. Jsp, put it D: / jakarta-tomcat / webapps / example directory Enter http: // localhost: 8080 / example / test.jsp <% string str = "Hello JSP!"; OUT.PRINT ("Hello JSP!");% >

<% = Str%> to this, the JSP environment is built.

转载请注明原文地址:https://www.9cbs.com/read-119771.html

New Post(0)