tomcat+iis配置方法
impty:
1)说明
我用的配置如下:win2000 professional + iis 5.0(win2000自带)+ tomcat 3.1 binary release.
我使用的tomcat 3.1是编译过的版本,在这个版本里面没有配置iis和nt service 的说明,但是在tocmcat 3.2 source版里面有比较详细的帮助文件。根据这些帮助文件 可以顺利的把tomcat作为插件插入iis。
2)启动tomcat
要启动tomcat很简单,首先可以查看tomcat\bin\startup.bat文件,利用控制 面板里面的系统->高级->环境变量对话框,新建环境变量tomcat_home和java _home,使它们各自指向tomcat和jdk的根目录即可。
另外为保险起见,可以在path 里面把二者的路径添加进去。然后开启一个dos窗口执行startup.bat。 启动tomcat后,会有一个dos窗口显示启动情况。此时访问http://localhost: 8080可以看到tomcat的一些示例。
3)配置方法 下一步工作就是如何把tomcat插入iis,使二者协同工作。
主要分以下几个步骤:
1、在windows注册表中创建一个新键: "hkey_local_machine\software\apache software foundation\jakarta isapi redire ctor\1.0"
2、在这个键中建立如下条目和字符串键值。 名称值extension_uri "/jakarta/isapi_redirect.dll"
(不要改动)
log_file 指定你的log文件路径,例如"d:\tomcat\isapi.log"。
log_level "debug","inform","error", "emerg"4个中任选一个
worker_file workers.properties文件的路径, 例如:\tomcat\conf\workers.properties"
name worker_mount_fileand
uriworkermap.properties 文件的路径,例如"d:\tomcat\conf\uriworkermap.properties"
(其实3.2中带了一个xxxxx.reg.auto的文件,把这个文件里面的内容按照自己的实际情况修改一下,把文件名改为xxxx.reg,然后双击这个文件就行了)
3、打开iis管理器,在“默认web站点”中建立一个虚拟目录jakarta,让它的路径指向isapi_redirect.dll所在目录。
(在3.1 bin中可能没有这个dll,你可以从3.2 的bin\iis\nt4\i386目录中拷贝一个过来。该虚拟目录应被设置为“可执行”。 )
4、利用iis管理器,把isapi_redirect.dll设置为“默认web站点”的isapi筛选器, 名称可以任起。
5、重启iis,确认刚才添加的isapi筛选器前面标了一个绿色向上的箭头 然后重启tomcat(执行tomcat\bin\shutdown.bat可关闭tomcat) 此时,iis应该已经可以处理*.jsp文件了。
由于tomcat设置中,默认的root是 tomcat\webapps\root,
所以你可以在这个目录中放置一个jsp文件(例如 index.jsp),然后访问http://localhost/index.jsp,看一下效果。
如果按照上面的方法还是无法使iis处理jsp文件,可以尝试在iis管理器-> 默认web站点属性->主目录->配置中添加一个“应用程序映射”,把*.jsp文件 映射到isapi_redirect.dll上。
4)作为nt service 作为nt service的设置比较简单。
首先从3.2拷贝过来jk_nt_service.exe,然后把下面的内容保存起来,起名为wrapper.properties
#
# $header: /home/cvs/jakarta-tomcat/src/etc/wrapper.properties,v 1.1
#2000/05/03 11:54:49 shachor exp $
# $revision: 1.1 $
# $date: 2000/05/03 11:54:49 $
#
#
# jk_service.properties - a bootstrup file for the tomcat nt service.
#
# this file provides jk_nt_service with the needed information to
# start tomcat at a different process.
#
# as a general note, the characters $( and ) are used internally to define
# macros. do not use them!!!
#
# whenever you see a set of lines such as:
# x=value
# y=$(x)\something
#
# the final value for y will be value\something
#
# normaly all you will need to modify is the first two properties, i.e.
# wrapper.tomcat_home and wrapper.java_home. most of the configuration
# is derived from these two.
#
#
# wrapper.tomcat_home should point to the location where you
# installed tomcat. this is where you&nb
-
相关文章
2秒记住本站域名
玩过泡泡龙吗?Readygo?Go! 再加上.Com.Cn的后缀,那就是大名小顶的ReadyGo.com.cn
