现在我们要做的是去下载JK2,由JK2负责IIS和Tomcat的通讯,
重新启动IIS,此时打开http://localhost/,比较一下,和打开http://localhost:8080/吧???大功告成也!!!
别忙,打开http://localhost/jsp-examples/看看,是不是打不开啊???此时还需要在IIS中新建虚拟目录jsp-examples,本地路径为:C:/Program Files/Apache Software Foundation/Tomcat 5.0.7/webapps/jsp-examples(看看次文件夹下的index.html,知道为什么要在前面添加"index.html"了吧???)。
jakarta.reg
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREApache Software FoundationJakarta Isapi Redirector1.0]
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="c:/jakarta-tomcat/logs/isapi.log"
"log_level"="debug"
"worker_file"="c:/jakarta-tomcat/conf/workers.properties"
"worker_mount_file"="c:/jakarta-tomcat/conf/uriworkermap.properties"