开发者

Is there an Open Source J2EE Server that works with IIS 7

I have a (old) web app that is using Jrun and IIS. I would like to replace JRun with something free and OS. Can you recommend something that I can just inst开发者_如何学Call and copy the app jar files over and be up and running?


If you don't need a full J2EE (damn, that must be old software), Connecting IIS with Tomcat using isapi_redirect describes how to front Apache Tomcat with IIS (covers version 7).

If you are running EJBs, I would consider using the (appropriate) version of JBoss and follow the same procedure as above to front JBoss with IIS.


I use Jetty. Very easy to use. Not sure if you have EJBs - the version of Jetty I use is just Servlets and JSP.

I've also used Tomcat and JBoss. They work too.


WebsphereCE from IBM is also open source. It is a scaled down version of the paid version. Some people reported success using it with IIS but you might want to use either Tomcat or Jetty if all you have are servlets and JSPs.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜