开发者

Host java web application into Windows IIS server [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its curre开发者_如何学编程nt form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago.

Can i put my java web application into Windows IIS server .Now its working fine under Tomcat 6 server .But i want to put it in IIS server .Is it possible ..If yes pls let me know whats the Procedure ......


IIS is a web server (more or less) and Tomcat is Java application server. You can't serve Java app directly from within IIS. IIS can be used as proxy to Tomcat server but you can't run your Java app without it (or any other equivalent).


I think the only way to do that is to keep your app on Tomcat and use JK ISAPI redirector plugin. Take a look at this page.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜