I. Deployment background
Server: win2003, win2008, and win7 can all be used correctly.
Intermediate key: tomcat6
Apache: httpd-2.2.22-win32-x86-no_ssl.msi
Download: http://download.csdn.net/detail/xuexin8625/6846003
Ii. Software Installation
Tomcat: The decompressed version used by the author. You can decompress it. For detailed configuration, see subsequent articles.
Install Apache
1. Double-click to open the software. On the welcome page, click next.
2. Go to the "License Aggreement" page, click "I accept the terms in the license agreement" (confirm to agree to the software installation License Ordinance), and click "next"
3. Go to the "Read This First" Page (Instructions for installing Apache on Winows) and click "next"
4. Go to the "Server Information" Page
Enter:
Enter the Domain name under Network Domain
Enter the Server Name under Server Name
Administrator's Email Adress: Enter the Administrator's Email address
Note: You can enter the preceding information as needed.
Select:
For all users, on port 80, as Service-Recommended (For all users, use the default port 80 and automatically start the System Service)
Only for the Current User, on port 8080, when startedManually (Only for the Current User to install, use port 8080, manually start)
Select the first port. (check whether port 80 of the local machine is not in use)
After entering the information, click "next"
5. Go to the "Setup Type" page, including Typical (installed by default) and Custom (Custom installation). select Custom and click "Next"
6. go to the Custom Setup page, click Apacche HTTP Server 2.2.22, and select This feature, andall subfeatures, will be installed on local hard drive, and sub-part content, all installed on the local hard disk)
Click "Change ..." Specify the installation directory (custom)
Click "Next", as shown in figure
7. Go to "Ready to Install the Program", confirm that the information is correct, and click "Install" to Install
8. Click "Finish" after the installation is complete"
9. The task bar appears in the lower-right corner of the desktop, as shown in the following figure. The installation is complete and Apache is running.
10. Easy to use. Click Start, Stop, and Restart.
11. Make sure Apache is started. Enter "http: // 127.0.0.1" in the browser to see "It works !" , That is, normal
After the above installation is complete, the specific configuration is as follows:
[Server Load balancer apache + tomcat + windows (2)] Configuration