Deploy War File in Microsoft IIS 7(在 Microsoft IIS 7 中部署战争文件)
问题描述
我想问一下如何将war文件部署到Microsoft IIS 7?提前致谢.
I would like to ask how can I deploy a war file to Microsoft IIS 7? Thanks in advance.
推荐答案
你不能.为此,您需要一个 Java EE Web 容器,例如 Tomcat 或 JBoss.IIS 可以充当通过 WAR 文件托管的内容的前端代理.
You can't. You need a Java EE Web Container such as Tomcat or JBoss in order to do so. IIS can just act as a front facing proxy for the stuff hosted through the WAR file.
您可能需要一种将 IIS 和 Tomcat 连接在一起的方法,以便可以将对任何动态资源(例如 JSP 和 Servlet)的请求委托给 Tomcat.
What you probably need is a way to connect IIS and Tomcat together so that requests for any dynamic resources such as JSPs and Servlets can be delegated to Tomcat.
以下链接详细说明了如何执行此操作.
The following link explains how to do so in detail.
http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html一个>
这篇关于在 Microsoft IIS 7 中部署战争文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Microsoft IIS 7 中部署战争文件


基础教程推荐
- 存储 20 位数字的数据类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 使用堆栈算法进行括号/括号匹配 2022-01-01