This is mainly to solve the problem that Tomcat and IIS share port 80.
Win7 32-bit, iis7, and tomcat6
Workers. properties content
Workers. tomcat_home = D: \ flysoft \ tomcat6 \
Workers. java_home = D: \ Software \ Java \ jdk1.6.0 _ 07 \
PS =/
Worker. List = ajp13w
Worker. ajp13w. Port = 8009
Worker. ajp13w. Host = localhost
Worker. ajp13w. type = ajp13
Worker. ajp13w. lbfactor = 1
Uriworkermap. properties content
/* = Ajp13w
# All requests are processed by Tomcat. You can perform Path Matching Based on your project.
Registry File Content, name casually,
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Apache Software Foundation \ Jakarta ISAPI redirector \ 1.0]
# I have not verified the 64-bit path.
"LOG_FILE" = "D: // flysoft // tomcat6 // log // ISAPI. log"
"Log_level" = "info"
"Worker_file" = "D: // flysoft // tomcat6 // conf // workers. properties"
"Worker_mount_file" = "D: // flysoft // tomcat6 // conf // uriworkermap. properties"
"Tomcat_start" = "D: // flysoft // tomcat6 // bin // tomcat. bat start"
"Tomcat_stop" = "D: // flysoft // tomcat6 // bin // tomcat. Bat stop"
"Extension_uri" = "/Jakarta/isapi_redirector.dll"
The configuration of IIS is similar to that on the Internet,
In IIS manager, right-click ISAPI and CGI limits to add a isapi_redirect-1.2.28.dll and set allow extension paths to be executed. Description name can be obtained from Jakarta
Click the top computer name of the manager to view the information."ISAPI and CGI restrictions", which have not been found before
I in accordance with the Web said many ways after configuration, always access JSP page is blank, and later found that the reason is because of the isapi_redirect.dll file version problem, re-download the isapi_redirect-1.2.27, the problem solved ., Please reply if you cannot download
Http://pan.baidu.com/share/link? Consumer id = 338780 & UK = 2147592115
Http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win64/jk-1.2.27/amd64/
Reference: http://www.cnblogs.com/cxccbv/archive/2009/07/14/1523509.html