Home > Database > Mysql Tutorial > 将TOMCAT装入IIS全攻略_MySQL

将TOMCAT装入IIS全攻略_MySQL

WBOY
Release: 2016-06-01 14:09:16
Original
816 people have browsed it

TomcatIIS

  来源:网友提供如有版权问题请与我们联系

Tomcat IIS
            HowTo:将Tomcat装入IIS全攻略
1,我的安装环境是W2K(日文版),IIS5
Tomcat
            3.1下载地址
http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/

isapi_redirect.dll下载地址
http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/win32/i386/
放到{TOMCATHOME}iniisi386isapi_redirect.dll

2,先要保证Tomcat可以正确执行

3,将下面的begin和end之间的Jakarta.reg文件装入机器,我的Tomcat装在c:\jakarta-tomcat,你可根据自己的环境修改Jakarta.reg文件
Jakarta.reg:
---begin---
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"
---end---

4,按照上文配置IIS,以我的经验安装好isapi_redirect.dll后,需要重新启动机器(重启IIS不好使),实在不行的话再装一次

5,启动tomcat,然后在ie中键入http://baryon/examples/,看一下效果如何,没有用8080port也可以用jsp和servlet了。注意不启动tomcat,光有iis是不行的。再注意http://baryon/examples/最后的"/"一定要有,否则会找不到的,我就是因为这一点没注意而怀疑整个安装过程是否正确的。


另付Tomcat
            IIS
            HowTo原文地址:
http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-tomcat/etc/tomcat-iis-howto.html?rev=1.4&content-type=text/html

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template