Difference between tomcat and resin?
Asked Answered
S

3

9

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

Swami answered 1/1, 2010 at 5:48 Comment(0)
M
14

Tomcat is a stand alone web server supporting the J2EE web technologies (eg. Servlets, JSP) and Resin is a full blown J2EE Application server which 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.

Mitis answered 1/1, 2010 at 5:54 Comment(2)
Currently, and since Resin 3, the Resin Open Source edition is licensed under GPL.Stoffel
Note: it is not really full blown J2EE. Resin supports the Java EE 6 web profile. So its more like a Tomcat with Spring light.Valiant
W
3

Have a look here and 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.
Resin is 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.

Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies.

Wail answered 1/1, 2010 at 5:54 Comment(0)
L
0

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

Labrie answered 25/1, 2017 at 11:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.