在Microsoft IIS 7中部署War文件 [英] Deploy War File in Microsoft IIS 7

查看:1616
本文介绍了在Microsoft IIS 7中部署War文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想问一下如何将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中部署War文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆