Apache Tomcat vs. Red Hat OpenShift

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Tomcat
Score 8.2 out of 10
N/A
Tomcat is an open-source web server supported by Apache.N/A
Red Hat OpenShift
Score 9.3 out of 10
N/A
OpenShift is Red Hat's Cloud Computing Platform as a Service (PaaS) offering. OpenShift is an application platform in the cloud where application developers and teams can build, test, deploy, and run their applications.
$0.08
per hour
Pricing
Apache TomcatRed Hat OpenShift
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache TomcatRed Hat OpenShift
Free Trial
NoYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache TomcatRed Hat OpenShift
Top Pros
Top Cons
Features
Apache TomcatRed Hat OpenShift
Application Servers
Comparison of Application Servers features of Product A and Product B
Apache Tomcat
9.2
24 Ratings
14% above category average
Red Hat OpenShift
-
Ratings
IDE support9.922 Ratings00 Ratings
Security management9.024 Ratings00 Ratings
Administration and management8.424 Ratings00 Ratings
Application server performance8.224 Ratings00 Ratings
Installation10.024 Ratings00 Ratings
Open-source standards compliance9.924 Ratings00 Ratings
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
Apache Tomcat
-
Ratings
Red Hat OpenShift
8.2
192 Ratings
2% above category average
Ease of building user interfaces00 Ratings8.4164 Ratings
Scalability00 Ratings9.1182 Ratings
Platform management overhead00 Ratings7.7168 Ratings
Workflow engine capability00 Ratings7.8151 Ratings
Platform access control00 Ratings8.3170 Ratings
Services-enabled integration00 Ratings8.2157 Ratings
Development environment creation00 Ratings8.4166 Ratings
Development environment replication00 Ratings8.3159 Ratings
Issue monitoring and notification00 Ratings7.8168 Ratings
Issue recovery00 Ratings7.6165 Ratings
Upgrades and platform fixes00 Ratings8.3169 Ratings
Best Alternatives
Apache TomcatRed Hat OpenShift
Small Businesses
NGINX
NGINX
Score 9.2 out of 10
AWS Lambda
AWS Lambda
Score 8.8 out of 10
Medium-sized Companies
NGINX
NGINX
Score 9.2 out of 10
IBM Cloud Private
IBM Cloud Private
Score 9.6 out of 10
Enterprises
NGINX
NGINX
Score 9.2 out of 10
IBM Cloud Private
IBM Cloud Private
Score 9.6 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache TomcatRed Hat OpenShift
Likelihood to Recommend
9.0
(24 ratings)
9.3
(206 ratings)
Likelihood to Renew
10.0
(1 ratings)
8.7
(23 ratings)
Usability
8.0
(3 ratings)
8.1
(8 ratings)
Availability
6.0
(1 ratings)
5.5
(1 ratings)
Performance
9.0
(2 ratings)
8.6
(128 ratings)
Support Rating
9.1
(3 ratings)
6.1
(8 ratings)
In-Person Training
-
(0 ratings)
7.0
(1 ratings)
Implementation Rating
-
(0 ratings)
8.6
(2 ratings)
Configurability
8.0
(1 ratings)
-
(0 ratings)
Contract Terms and Pricing Model
-
(0 ratings)
8.0
(3 ratings)
Ease of integration
9.0
(1 ratings)
-
(0 ratings)
Product Scalability
9.0
(1 ratings)
-
(0 ratings)
Professional Services
-
(0 ratings)
7.3
(1 ratings)
Vendor post-sale
-
(0 ratings)
8.0
(1 ratings)
Vendor pre-sale
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
Apache TomcatRed Hat OpenShift
Likelihood to Recommend
Apache
Excellent value for companies wishing to host Java applications in the cloud. Utilizing hosting tools such as load balancers and network and application firewalls, Tomcat can be part of a powerful system to host web applications to thousands of users. There has been consistency in the development and support of Tomcat since its initial release in the late '90s and the best commonalities have been carried forward. If you host Java web applications, Tomcat is as good as any for an application server.
Read full review
Red Hat
Stateful pods and DBs can be challenging to manage in OpenShifts. Depending on the configuration, lost deployments could result in data loss. The best use case for OpenShifts is any instance where agile and quick deployments are needed. Thanks to the OCP git runner, we can implement new builds across all environments quickly.
Read full review
Pros
Apache
  • Fast to start up, which is useful when we need to just check that our changes are working correctly.
  • Free, which allows us to not be involved with the finance/legal team about using it.
  • Bundled with Spring Boot, which makes it even more convenient for our testing.
Read full review
Red Hat
  • One thing is the way how it works with the GitHubs model on an enterprise business, how the hub and spoke topology works. Hub cluster topology works the way how there is a governance model to enforce policies. The R back models, the Red Hat OpenShift virtualization that supports the cube board and developer workspace is one big feature within. So yes, these are all some features I would call out.
Read full review
Cons
Apache
  • Using tomcat manager to troubleshoot is not very informative. Error messages are vague, you have to dig into log files for more information about the problems.
  • Is great for simple web applications, but may not work for heavy development which may require a full J2EE stack, might like JBoss better.
  • Security in tomcat is not straightforward, as I discovered that you have to understand how to set up realms in tomcat in order to hash passwords, which I was not overly familiar with, which is a big deal when setting up users in the tomcat-users.xml file.
Read full review
Red Hat
  • So I don't know that this is a specific disadvantage for Red Hat OpenShift. It's a challenge for anything that Kubernetes face is. There's an extremely large learning curve associated with it and once you get to the point where you're comfortable with it, it's really not bad. But beating that learning curve is a challenge. I've done a couple presentations on our implementation of Red Hat OpenShift at various conferences and one of the slides I always have in there is a tweet from years ago that said, "I tried to teach somebody Kubernetes once. Now neither of us knows what it is."
Read full review
Likelihood to Renew
Apache
We have a huge knowledge of the product within our company and we're satisfied with the performance.
Read full review
Red Hat
OpenShift is really easy of use through its management console. OpenShift gives a very large flexibility through many inbuilt functionalities, all gathered in the same place (it's a very convenient tool to learn DevOps technics hands on) OpenShift is an ideal integrated development / deployment platform for containers
Read full review
Usability
Apache
Tomcat has a very rich API set which allows us to implement our automation script to trigger the deployment, configure, stop and start Tomcat from the command line. In our projects, we embedded Tomcat in our Eclipse in all of the developer's machines so they could quickly verify their code with little effort, Azure Webapp has strong support for Tomcat so we could move our application to Azure cloud very easy. One drawback is Tomcat UI quite poorly features but we almost do not use it.
Read full review
Red Hat
The virtualization part takes some getting used to it you are coming from a more traditional hypervisor. Customization options are not intuitive to these users. The process should be more clear. Perhaps a guide to Openshift Virtualization for users of RHV, VMware, etc. would ease this transition into the new platform
Read full review
Reliability and Availability
Apache
Tomcat doesn't have a built-in watchdog that ensures restart upon failure, so you have to provide it externally. A very good solution is java service wrapper. The community edition is able to restart Tomcat upon out of memories exceptions.
Read full review
Red Hat
Redhat openshift is generally reliable and available platform, it ensures high availability for most the situations. in fact the product where we put openshift in a box, we ensure that the availability is also happening at node and network level and also at storage level, so some of the factors that are outside of Openshift realm are also working in HA manner.
Read full review
Performance
Apache
Tomcat support to customize memory used and allow us to define the Connection pool and thread pool to increase system performance and availability, Tomcat server itself consume very little memory and almost no footprint. We use Tomcat in our production environment which has up to thousands of concurrent users and it is stable and provides a quick response.
Read full review
Red Hat
I've not noticed any significant performance impacts with Red Hat OpenShift. I think the development team has put a lot of effort into ensuring that it is performant. And so performance typically is not a major concern for us with Red Hat OpenShift.
Read full review
Support Rating
Apache
Well, in actuality, I have never needed support for Apache Tomcat since it is configured and ready-to-go with no configuration needed on my end.
Read full review
Red Hat
Every time we need to get support all the Red Hat team move forward looking to solve the problem. Sometimes this was not easy and requires the scalation to product team, and we always get a response. Most of the minor issues were solved with the information from access.redhat.com
Read full review
In-Person Training
Apache
No answers on this topic
Red Hat
I was not involved in the in person training, so i
can not answer this question, but the team in my org worked directly
with Openshift and able to get the in person training done easily, i did not
hear problem or complain in this space, so i hope things happen
seamlessly without any issue.
Read full review
Online Training
Apache
No answers on this topic
Red Hat
We went thru the training material on RH webesite, i think its very descriptive and the handson lab sesssions are very useful. It would be good to create more short duration videos covering one single aspect of openshift, this wll keep the interest and also it breaks down the complexity to reasonable chunks.
Read full review
Alternatives Considered
Apache
Eclipse Jetty is the best alternative for Apache Tomcat because which is also an open-source and lightweight servlet container like Tomcat. A major advantage of this over Tomcat is that Jetty server can easily be embedded with the source code of web applications. Since it requires less memory to operate, you may realize that it is very efficient.
Read full review
Red Hat
Our developer community is using Red Hat OpenShift for years and they are familiar and comfortable with the product. Red Hat OpenShift UI makes it easier for new developers to adopt without knowing much of Kubernetes. Our platform team feels it’s easy to mange the cluster and upgrades. Other options has more operation overhead and less friendly to developers not have in-depth knowledge of Kubernetes.
Read full review
Contract Terms and Pricing Model
Apache
No answers on this topic
Red Hat
It's easy to understand what are being billed and what's included in each type of subscription. Same with the support (Std or Premium) you know exactly what to expect when you need to use it. The "core" unit approach on the subscription made really simple to scale and carry the workloads from one site to another.
Read full review
Scalability
Apache
It's very easy to add instances to an existing deployment and, using apache with mod proxy balancer, to scale up the serving farm
Read full review
Red Hat
This is a great platform to deployment container applications designed for multiple use cases. Its reasonably scalable platform, that can host multiple instances of applications, which can seamlessly handle the node and pod failure, if they are configured properly. There should be some scalability best practices guide would be very useful
Read full review
Return on Investment
Apache
  • Tomcat is cheap and very quick to deploy, so it has benefited much when situation needs applications to be deployed quickly without wasting time on licensing and installations.
  • Plenty of documentation available so no vendor training is required. Support contract is not needed as well.
Read full review
Red Hat
  • Positive: Reduction in physical and virtual machine footprint
  • Negative: Lack of native end to end o11y has caused a great deal of focus from our enterprise monitoring folks
  • Positive: OCP has allowed developers to have a quick and easy space to experiment
Read full review
ScreenShots