您的位置:首页 > 编程语言 > Java开发

IIS6运行Java web

2016-04-05 11:41 489 查看
原文:点击打开链接

工具:isapi_redirect-1.2.14.exe安装版

1.安装Java

2.安装Tomcat

3.安装isapi_redirect-1.2.14(安装完成后,在你的IIS默认站点内会有一个虚拟目录如下图:)



如果没有上图的虚拟目录,请查看原文自行配制!

4.tomcat内新建一个项目,修改:C:\Program Files\Apache Software Foundation\Jakarta Isapi Redirector\conf\uriworkermap.properties(路径可能不同)

# uriworkermap.properties - IIS
#
# This file provides sample mappings for example wlb
# worker defined in workermap.properties.minimal
# The general syntax for this file is:
# [URL]=[Worker name]

/admin/*=wlb
/manager/*=wlb
/jsp-examples/*=wlb
/servlets-examples/*=wlb

# Optionally filter out all .jpeg files inside that context
# For no mapping the url has to start with exclamation (!)

!/servlets-examples/*.jpeg=wlb

#
# Mount jkstatus to /jkmanager
# For production servers you will need to
# secure the access to the /jkmanager url
#
/jkmanager=jkstatus
/Home/*=wlb
【Home】是你在tomcat内新建的项目文件夹,之后重启tomcat和IIS
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: