java tomcat和resin的区别?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1987984/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 18:49:56  来源:igfitidea点击:

Difference between tomcat and resin?

javatomcatresin

提问by giri

I like to know what are the differences between Tomcat container and Resin container

我想知道Tomcat容器和Resin容器有什么区别

回答by Asaph

Tomcatis a stand alone web server supporting the J2EE web technologies (eg. Servlets, JSP) and Resin is a full blown J2EE Application serverwhich includes a web server plus the rest of the J2EE family of technologies (eg. EJB). Tomcat is always free to use for any purpose. Resin is free only for open source or hobby use. Commercial use of Resin is not free. One interesting feature of Resin is the ability to run PHP applications under the JVM through Quercus.

Tomcat是一个独立的 Web 服务器,支持 J2EE Web 技术(例如 Servlets、JSP),而Resin 是一个成熟的 J2EE 应用服务器,它包括一个 Web 服务器以及其他 J2EE 系列技术(例如 EJB)。Tomcat 始终可以免费用于任何目的。Resin 仅可免费用于开源或业余用途。Resin 的商业用途不是免费的。Resin 的一个有趣特性是能够通过Quercus在 JVM 下运行 PHP 应用程序。

回答by Prasoon Saurav

Have a look hereand here

看看这里这里

Resin's high-performance application server features load balancing for increased reliability. Resin encourages separation of content from style with its fast XML and XSL support.
Resinis available in two versions, Professional and Open Source. Professional has features commonly needed in a production environment while the Open Source version is said to be suitable for hobbyists and low traffic websites.

Resin的高性能应用服务器具有负载平衡以提高可靠性。Resin 通过其快速的 XML 和 XSL 支持鼓励内容与样式的分离。
Resin有两个版本,专业版和开源版。Professional 具有生产环境中通常需要的功能,而 Open Source 版本据说适合爱好者和低流量网站。

Apache Tomcatis an open sourcesoftware implementation of the Java Servlet and JavaServer Pages technologies.

Apache Tomcat是Java Servlet 和 JavaServer Pages 技术的开源软件实现。

回答by Srilakshmi

Resin server is performance side very high and cost also high whether compare than tomcat server.

Resin服务器性能方面非常高,成本也比tomcat服务器高。