Server perfect settings, support ASP php cgi jsp asp.net mysql! _win Server

Source: Internet
Author: User
Tags install php mysql download phpmyadmin tomcat server zend
First download the program we want to use:

Php-4.3.0-installer Download Address: [Url]http://www.php.net/get/php-4.3.0-installer.exe/from/cn.php.net[/url]

MySQL download address: [Url]http://www.onlinedown.net/mysql.htm[/url]

MYODBC Download Address: [Url]http://www.onlinedown.net/myodbc.htm[/url]

Perl resolution software Download Address: [Url]http://www.onlinedown.net/activeperl.htm[/url]

phpMyAdmin download [Url]www.baidu.com[/url] Search! A lot of! I didn't search! I'm sorry!

CLR Runtime Download Address:
[Url]http://download.microsoft.com/download/.netframesdk/redist/1.0/w98nt42kmexp/en-us/dotnetredist.exe[/url]

NET Framework sdk131m Download Address:
[Url]http://download.microsoft.com/download/.netframesdk/sdk/1.0/w98nt42kmexp/en-us/setup.exe[/url]


MDAC2.7 Download Address: [Url]http://download.microsoft.com/download/dasdk/install/2.70/w98nt42kme/en-us/mdac_typ.exe[/url]


JDK to java.sun.com download.

Tomcat[url]www.chinaz.com[/url] To download


First step: Support ASP
Win98 to install pws! But we are talking about how to make Win2000 support! As long as you install the Win2000 when the use of a full installation! Then IIS is installed, with IIS to support the ASP! If iis! is not installed Then please click "Add/Remove Components" in "Add/Remove Programs" in the control Panel to install iis!

Step Two: Support PHP
First download a PHP parsing software! Install PHP. Execute download to the hard drive inside the Php-4.3.0-installer.exe Ann
We'll be able to enter the car. Choose the PHP path, not too much impact, generally do not change (default C:\), fill in the mail server, is generally localhost, there are sent email box. To allow you to choose what type of server to install, we are generally IIS, so choose iis! After the installation is complete will pop up 2 prompts, prompts you to see the explanation, generally may look. (You can also install the PHP accelerator, zend! Install Zendoptimizer, you can zend the official site for free, download completed after the implementation of Zendoptimizer-2.0.0-windows-i386.exe installation directory, generally do not change. PHP type, we know we installed the 4.2.3 version, so we choose, and then prompted to enter the PHP.ini directory, Win2000 stored in the c:\winnt\ inside. Enter according to your needs. Find the php.ini, confirm the installation is successful, and then open: Start-"procedures-" management tools-"Internet Services Manager-" Default Web site-Right-"Properties-" main directory-"To change the execution license to script and executable program-" "Configuration-" add, in the executable program input "C:\ Php\php.exe%s%s "written in the extension. PHP, Application! Are you sure!
Add in ISAPI: Filter Name: PHP Filter c:\perl\php4ts.dll Application! Are you sure!
PHP is now supported!!!!!!!!!!!!!!!!!

Step three: Support CGI:
Run after the download is complete! Select installation path: We are generally installed in c:\perl! Note that when you install the Thunder Forum Perl must
Installed in c:\!!!!!! Always click Next! Until the installation is complete! Then open: Start-Program-management tools-Internet Service Manager-Default Web site-Right-"Properties-" main directory-"To change the execution license to script and executable program-" "Configuration-" add, in the executable program, enter "C:\perl\bin\perl.exe%s% S "writes in the extension. CGI
Add again: "C:\perl\bin\perl.exe%s%s" is written in the extension. pl
Add "C:\perl\bin\perl.exe%s%s" again in the extension. PLX
Application! Are you sure!
Add in ISAPI: Filter Name: CGI filter c:\perl\bin\perlis.dll Application! Are you sure!
Now I support CGI,!!!!!!. Ha ha! , you can install the Thunder forum AH!!!!!!

Step Fourth: Support ASP.net (aspx):
ASP.net is the next generation version of ASP3.0 (formerly known as asp+)
But it's as big as the previous generation.
First you must download the installation of the. NET Framework. The current official version 1.0 has been developed
Download Address:
CLR Runtime (English edition) 20.4M
[Url]http://download.microsoft.com/download/.netframesdk/redist/1.0/w98nt42kmexp/en-us/dotnetredist.exe[/url]
Or. NET Framework SDK (English edition) 131M
[Url]http://download.microsoft.com/download/.netframesdk/sdk/1.0/w98nt42kmexp/en-us/setup.exe[/url] (best to download this)
In addition, you must download MDAC2.7 (if you want to connect to the database) (Chinese version)
[Url]http://download.microsoft.com/download/dasdk/install/2.70/w98nt42kme/en-us/mdac_typ.exe[/url] (Install this before installing the. NET Framework SDK)
Operating system preferably for Win2000 and above
For more information, please refer to:
[Url]http://www.microsoft.com/data/[/url]
[Url]http://msdn.microsoft.com/netframework/[/url]
[Url]http://msdn.microsoft.com/downloads/default.asp[/url]
The direct installation is complete.!!! now! Your server supports ASPX Oh!

Fifth step: Support MySQL:
Run the MySQL installer! Complete! In the beginning of the run input: cmd appear dos system: in turn input
Cd..
Cd..
CD MySQL,
CD bin,
Mysqld-nt.exe--install,
Winmysqladmin.exe
Prompt to enter administrator user and password, confirm after entering! Enter the username and password is to manage the MySQL account later! can also install the MySQL driver myodbc, download directly after installation! Don't change the path! Install completely!
can use phpMyAdmin management! (Manage on the web!) phpMyAdmin placed in your site directory, visit the time with Http://*.*.*.*/phpmyadmin access, you can build accounts and databases! This supports the MySQL database.

Sixth step: Installation of JSP Environment:
1. Download jdk1.3 and Tomcat;
2. Installation jdk1.3 and decompression Tomcat to C: the packing directory;
3. Go to Tomcat's directory, find Startup.bat file, and open edit.
Precede row call Tomcat start with two lines:
Set Tomcat_home=c:\tomcat and set java_home=c:\jdk1.3
Note: c:\jdk1.3 is the location of the jdk1.3 installation.
4. Then right click on "My Computer", select Properties. To open advanced options in System Properties, click on "Environment variables
, add two variables classpath and path in both user variables and system variables, and their values are: class
The value of path is C:\jdk1.3\bin\tools.jar; C:\jdk1.3\lib\dt.jar
The value of path is c:\jdk1.3\bin;c:\jdk1.3
5. Run Tomcat server (ie Startup.bat file), if there is a DOS window stopped not closed, and some run successfully tomcat and initialization information to prove that Tomcat is running successfully.
6.ie Address bar Input 127.0.0.1:8080, if successful, there will be Tomcat welcome screen, there are some examples of JSP and servlet, this JSP environment to build complete!


In general, the more server languages that are supported by any one host, the more problems are used.
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.