Differences between tomcat, WebLogic, JBoss, and WebSphere

Source: Internet
Author: User
Tags jboss websphere application server ibm support

WebSphere:
This is the online information of IBM. For more details, visit the website:
Http://www-306.ibm.com/software/cn/websphere/
WebSphere product family and Solutions
The business integration Integration Server provides a set of central infrastructure for Application Integration and business process automation.
The Application Server provides a platform for running interoperability applications.
IBM support for Apache Geronimo
IBM support for Apache Geronimo
Provides an Open-Source J2EE application server from the Apache Software Foundation.
WebSphere Application Server
Provides a cost-effective integrated basic platform for basic message transmission streams and Applications
WebSphere Application Server-Express
Provide J2EE and Web Services for dynamic On-Demand applications
WebSphere Application Server community Edition
WebSphere Application Server community edition V1.1 is an open-source application server supported by IBM.
WebSphere extended deployment
WebSphere extended deployment v6.0 creates an on-demand infrastructure that runs across two types of workloads: transactions and long-term running.
WebSphere Real Time
Provides predictable response times
WebSphere Remote Server
IBM WebSphere Remote Server v6.0 is a leading Service-Oriented Architecture (SOA) platform. It can be used to remotely host distributed environments that provide integration and support for storage devices and applications, the past, the present, and the future.
WebSphere remote server for retail
Provides a complete integrated application server, database, and messaging platform for remote environments.
Data and information management information and data management software provides storage, access, and analysis of data in any environment.
Mobile technology, voice technology, and enterprise Access wireless, universal, and voice software support data exchange and voice interaction between wireless devices and mobile devices.
The organization productivity portal and collaboration productivity software provides instant messaging, online meetings, collaboration portals, and role-based environments.
Network software provides integrated directories, connectivity, and security between users and applications.
Software development tools are used to design and build applications and support the development and deployment processes.
Portal-business-personalized portals, business and personalized software support business development, staff and customer environments.

WebLogic:
This is Bea's online information. For more details, visit the website:
Http://www.bea.com.cn/products/beawebLogic/index.jsp
BEA Weblogic Platform includes BEA WebLogic Server, BEA WebLogic Portal, BEA WebLogic Integration, BEA WebLogic Workshop, Bea jrockit, is a first-class application platform suite for developers to use services to support their applications.
BEA WebLogic Server
BEA WebLogic Server is a scalable enterprise-level JAVA Platform Enterprise Edition (Java ee) application server. The Weblogic server infrastructure supports the deployment of various types of distributed applications and is also an ideal foundation for generating service oriented-based ubuntures (SOA) applications. SOA is a design methodology designed to maximize reuse of application services.
WebLogic Server fully implements the Sun Microsystems Java EE 5.0 specification and provides a set of standard APIs for creating Distributed Java applications that can access multiple services, such as databases, message transmission services, and connections to external enterprise systems. The end user client can use a web browser client or a Java client to access these applications. See programming model.
In addition to Java EE, WebLogic Server allows enterprises to deploy key task applications in a reliable, secure, highly available, and scalable environment. When a hardware fault or other fault occurs, enterprises can use these features to configure a Weblogic server instance cluster to allocate load and provide additional capacity. The new diagnostic tool allows the system administrator to monitor and adjust the performance of deployed applications and the WebLogic Server Environment itself. You can also configure WebLogic Server to automatically monitor and adjust application throughput without manual intervention. Extensive security functions protect access to services, protect enterprise data security, and prevent malicious attacks.
BEA WebLogic Portal
BEA WebLogic Portal 8.1 simplifies the production and management of Custom portals, so that users can use the shared service environment to promote changes with minimal complexity and effort.
BEA WebLogic Integration
BEA WebLogic Integration 8.1 integrates two completely different activities (Application assembly and application development) in other situations into a unified business integration solution.
Bea jrockit 5.0 JDK
With Bea jrockit 5.0 Java Development Kit (JDK), Java developers can deploy applications in production faster and more efficiently, and get the best performance with the least configuration. BEA WebLogic Express 10.0
BEA WebLogic Express 10.0 is a powerful and cost-effective servlet engine that can be started in the shortest time and run on the Weblogic product series. WebLogic Express allows you to quickly develop and start dynamic websites and basic web applications to provide you with the most reliable production ready deployment on the market.

This is the agent's online information:
Http://www.soft366.com/research.asp? Searchsoft = Bea % 20 WebLogic
BEA Weblogic Platform
Do you need to take advantage of existing IT resources to gain a competitive advantage? BEA Weblogic Platform simplifies enterprise computing by allowing the IT department to participate in the application infrastructure on a project-by-project basis, so as to better satisfy the business department...
Market Price: $1800000
Member price: $1000000

BEA WebLogic Portal
In an idealized world, every portal 8 of a user should be quickly built and tailored to the requirements of its visitors. Now, BEA WebLogic Portal simplifies the production and management of Custom portals, allowing users...
Market Price: $1140000
Member price: $862524

BEA WebLogic Integration
How can you clearly integrate all content with ERP, CRM, legacy applications, business users, supply chains, and partners? BEA WebLogic Integration 8.1 manages business processes through a single solution...
Market Price: $1240000
Member price: $940000
BEA WebLogic Server
WebLogic Server 9.0 is the best Bea Application Server released so far. It is fully compatible with J2EE 1.4. It delivers a highly reliable, never-down, measurable, and integrated solution for key tasks...
Market Price: $200000
Member price: $160000

IBM WebSphere Application Server processor license
Market price of Websphere Enterprise Edition: $200000
Member price: $160000

WebSphere Application srvr network deployment processor Lic
Market price of Websphere nd Edition: $300000
Member price: $210000

WebSphere:
Calculated based on the number of CPUs and cores.
WebLogic:
Calculated based on the number of physical CPUs.

Service:
WebSphere:
Three types:
1. Telephone support provided by the product.
2. On-site support, which requires additional payment.
3. Find the agent of the total generation.
WebLogic:
Two types:
4. Phone number.
5. Email.
No onsite support.
Billing method: 18% of the product price.

First of all, they all support JSP server software.

Differences:
Tomcat: a free server software developed by the Apache Group Jakarta team. It is suitable for embedded in Apache and its source code can be obtained free of charge. The disadvantage is that its configuration is very troublesome, even if Apche is disconnected, and some security issues are not solved, beginners can use it to debug JSP files, but it is not appropriate to use it as a server for commercial applications.

BEA WebLogic sever: it is a very powerful server software with simple configuration and powerful JSP extension. It comes with the JDBC driver of the database and supports JHTML, is currently the highest market share of the server, the latest version is 6.1, the price is very expensive, but hey ..... cracked version :)

IBM WebSphere Application Server: it is a product of IBM and has powerful functions. It is also compatible with IBM development tools. It is very convenient to develop web programs, but the price is tens of thousands.

Tomcat usually exists in the development process. It is more convenient and smaller than other middleware for simple functions.
WebSphere is generally a production environment and is expensive. It is not practical for small projects, but is used by large systems of many large enterprises!

Tomcat is an open-source Web container that only supports some J2EE specification features, such as JSP/Servlet and JNDI. It must be used with other components to implement specific J2EE specification technologies, such as implementing JMS by integrating activemq, implement JTA through jotm

JBoss is the complete implementation of J2EE specifications (the Web part is implemented by integrating Tomcat), open-source, and paid products.

WebSphere and WebLogic commercial middleware fully support J2EE specifications and have their own unique core technologies.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.