Apache HTTP Server vs. Apache Tomcat

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache HTTP Server
Score 8.4 out of 10
N/A
Apache Web Server (Apache HTTP Server) is an open source HTTP web server for modern operating systems including UNIX and Windows.N/A
Apache Tomcat
Score 7.9 out of 10
N/A
Tomcat is an open-source web server supported by Apache.N/A
Pricing
Apache HTTP ServerApache Tomcat
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache HTTP ServerApache Tomcat
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache HTTP ServerApache Tomcat
Features
Apache HTTP ServerApache Tomcat
Application Servers
Comparison of Application Servers features of Product A and Product B
Apache HTTP Server
-
Ratings
Apache Tomcat
9.2
Ratings
15% above category average
IDE support00 Ratings10.00 Ratings
Security management00 Ratings9.00 Ratings
Administration and management00 Ratings8.20 Ratings
Application server performance00 Ratings8.10 Ratings
Installation00 Ratings10.00 Ratings
Open-source standards compliance00 Ratings10.00 Ratings
Best Alternatives
Apache HTTP ServerApache Tomcat
Small Businesses
NGINX
NGINX
Score 9.2 out of 10
NGINX
NGINX
Score 9.2 out of 10
Medium-sized Companies
NGINX
NGINX
Score 9.2 out of 10
NGINX
NGINX
Score 9.2 out of 10
Enterprises
NGINX
NGINX
Score 9.2 out of 10
NGINX
NGINX
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache HTTP ServerApache Tomcat
Likelihood to Recommend
8.0
(0 ratings)
9.0
(0 ratings)
Likelihood to Renew
-
(0 ratings)
10.0
(0 ratings)
Usability
-
(0 ratings)
8.0
(0 ratings)
Availability
-
(0 ratings)
6.0
(0 ratings)
Performance
-
(0 ratings)
9.0
(0 ratings)
Support Rating
9.3
(0 ratings)
9.1
(0 ratings)
Configurability
-
(0 ratings)
8.0
(0 ratings)
Ease of integration
-
(0 ratings)
9.0
(0 ratings)
Product Scalability
-
(0 ratings)
9.0
(0 ratings)
User Testimonials
Apache HTTP ServerApache Tomcat
Likelihood to Recommend
Well Suited: Perfect for hosting your own website. And, I don't mean just an individual with a port of MySpace. I mean an industrial strength, commercial grade replacement for Microsoft IIS. If you need a web server that provides a feature-rich environment with support for multiple sites (hosted in the same server), with such features as virtual hosting, and modular feature design, than Apache Web Server is right on the money. Less Well-Suited: Single page, small feature-set websites. Apache is a lot of trouble for developers to set up, just to send/receive JSON strings of a few bytes. You're really better off using something smaller and faster/simpler (lighttpd for example).
Read full review
Tomcat is more than enough to deploy most of the mid-end web applications without any problem but for the high-end applications which require high scalability and high availability, which might need some tune-ups with the support of expertise in this regard. Otherwise, you may realize numerous performance issues, memory leaks, server crashes etc.
Read full review
Pros
  • Apache is Open Source, governed well (the foundation) and probably the most stable computing platform ever.
  • Apache is probably one of the most customizable and configurable pieces of software that I have ever run across in more than 30 years of development.
  • If there is something that Apache can not do, then you need to ask yourself; should I be doing that? The point here is that it is a solid solution and seems to only integrate other technologies that are of the highest caliber.
  • Apache will live forever and you can not go wrong with it.
Read full review
  • 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
Cons
  • Configuration files are located on different places depending on your Linux distro.
  • If you have an error on one configuration file, apache refuses to start and sometimes is difficult to know why.
  • Security is not great by default, but making a todo list help when you configure a new server.
Read full review
  • tomcat is just part of the J2EE specification implementation, majorly focusing on the servlet (front-end) part. If you requires the full J2ee stack, like EJB support, you need consider other containers like Weblogic
  • tomcat's cluster level support is very limited
  • tomcat's admin/configuration is not so intuitive, and default logging needs a lot of improvement
Read full review
Likelihood to Renew
No answers on this topic
We have a huge knowledge of the product within our company and we're satisfied with the performance.
Read full review
Usability
No answers on this topic
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
Reliability and Availability
No answers on this topic
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
Performance
No answers on this topic
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
Support Rating
I give this rating because there is so much Apache documentation and information on the web that you can literally do anything. This has to do with the fact that there is a huge Open Source community that is beyond mature and perhaps one of the most helpful to be found. The only thing that should hold anyone back from anything is that they can not read. RTFM, my friend. And I must say that the manual is excellent.
Read full review
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
Alternatives Considered
The comparison with other products from IBM or Oracle is difficult. These are mostly software that has to be paid for. The only fair comparison at eye level is probably the NGINX web server: It is also free and offers even higher performance. In the meantime, there is also a paid Plus version of NGINX. This has extended support and special functions.
Read full review
Commercial application servers are available that support enterprise application needs, but many times this is overkill for most web applications running in the cloud, particularly for independent software vendors. The capabilities and management tools provided with these applications are superior to Tomcat, but most times unnecessary for the vast majority of web applications developed in Java.
Read full review
Scalability
No answers on this topic
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
Return on Investment
  • Apache web server helped us in building client applications without much investment in the underlying server configuration which gives us the ability to start on a new project quickly and upgrade its resources as and when needed.
  • Using software which is well-supported by a community of open source contributors makes tasks easy and affordable when need help since a couple of minutes on Google saves a couple of dollars every time and you don't need a specialized support person unless there is something significant needing to be changed.
Read full review
  • It has simplified administration efforts, thus saving much time to focus on other projects and issues.
  • It saves us in costs, as there are no licensing requirements.
  • It gives us the ability to manage all of our java applets in one place, so as to be able to host both development and production systems on one server.
Read full review
ScreenShots