JBoss resin Tomcat
1. Tomcat is a fully-supported Java Web Application Server of Apache. Due to its excellent stability and rich documentation, Tomcat is widely used in the Open Source Field. -
2. As a Java EE application server, JBoss is not only a servlet container, but also an EJB container, which is welcomed by enterprise developers and makes up for the shortcomings of Tomcat as a servlet container. -
3. resin is just a servlet container. However, due to its excellent running speed, resin is favored in the lightweight Java Web field, especially in the Internet Web service field, many well-known companies use it as their Java Web application servers, such as 163 and ku6. -
Among the commercial application servers, Weblogic and WebSphere are the first ones. I used WebLogic for a long time and used it only as a servlet container. However, under the same conditions, it is much better than tomcat in terms of performance and ease of use. -
4. glassfish is a Java EE server launched by Sun. It is an active open-source community that constantly improves its availability through feedback from the Community. It passes through glassfish V1 glassfish V2 to today's glassfish V3, it has matured. glassfish is a free-of-charge, open-source application service that implements Java ee 5 and the Java ee 5 platform includes the following latest skills: EJB 3.0, JSF 1.2, Servlet 2.5, JSP 2.1, JAX-WS 2.0, jaxb 2.0, Java persistence 1.0, common annonations 1.0, Stax 1.0, etc.-
Supports clusters and enhances the availability and scalability of the deployment architecture through session state replication in the memory. It supports clusters very well and can be added by adding machines, the load-carrying capability of the site can be easily and easily improved. In terms of analysis capability, the HTML throughput capability is different from that of the Apache server, that is, Tomcat is incomparable and supports directory deployment, hot deployment handles Tomcat's defects in hot deployment capabilities. it is more user-friendly in terms of versions. There is a simplified version used for development. It is used to deploy the WEB Project version and must fully comply with the version of J2EE rules.-
This article from the "server platform building" blog, please be sure to keep this source http://wangxiaoqiang.blog.51cto.com/7177302/1558357
JBoss resin Tomcat Problems