--- title: Apache Tomcat Reviews meta\_title: 'Apache Tomcat Reviews 2026: Details, Pricing, & Features | G2' meta\_description: Filter 129 reviews by the users' company size, role or industry to find out how Apache Tomcat works for a business like yours. aggregate\_rating: rating\_value: 4.5 review\_count: 129 scale: '5' date\_modified: '2026-08-09' parent\_category: name: IT Infrastructure url: https://www.g2.com/categories/it-infrastructure ---

# Apache Tomcat Reviews & Product Details

Apache Tomcat is an open-source implementation of the Jakarta EE platform's core specifications, including Jakarta Servlet, Jakarta Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Annotations, and Jakarta Authentication. Developed and maintained by the Apache Software Foundation, Tomcat provides a "pure Java" HTTP web server environment for running Java code, making it a robust and reliable solution for deploying Java-based web applications. Key Features and Functionality: - Servlet Container (Catalina): Catalina is Tomcat's servlet container that implements the Jakarta Servlet specification, enabling the execution of Java Servlets. - JSP Engine (Jasper): Jasper is the JSP engine that compiles JavaServer Pages into servlets, facilitating dynamic web content generation. - HTTP Connector (Coyote): Coyote is the HTTP connector component that supports HTTP/1.1 and HTTP/2 protocols, allowing Tomcat to function as a standalone web server. - WebSocket Support: Tomcat provides support for the Jakarta WebSocket specification, enabling real-time, bi-directional communication between clients and servers. - Security Realms: Tomcat includes configurable security realms for user authentication and authorization, enhancing application security. Primary Value and User Solutions: Apache Tomcat offers a lightweight, efficient, and scalable platform for deploying Java-based web applications. Its adherence to Jakarta EE standards ensures compatibility and portability across different environments. Tomcat's modular architecture allows developers to integrate it seamlessly into existing infrastructures, whether as a standalone server or in conjunction with other web servers. Its open-source nature and active community support provide continuous improvements, security updates, and a wealth of resources for troubleshooting and development. By using Tomcat, organizations can deploy robust, high-performance web applications while maintaining flexibility and control over their server environments.

* * *

Seller
[The Apache Software Foundation](https://www.g2.com/sellers/the-apache-software-foundation)
Discussions
[Apache Tomcat Community](https://www.g2.com/products/apache-tomcat/discuss)
Solution Type

Best-of-Breed

Show More

## Value at a Glance

Averages based on real user reviews.

### Time to Implement

2 months

### Return on Investment

10 months

[
View More Pricing Information
](https://www.g2.com/products/apache-tomcat/pricing)

## Top-Rated Alternatives

[

 ![F5 NGINX](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "F5 NGINX")

F5 NGINX

4.6/5(113)

](https://www.g2.com/products/f5-nginx/reviews)

[

 ![Payara Server](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Payara Server")

Payara Server

4.5/5(84)

](https://www.g2.com/products/payara-server/reviews)

[

 ![Oracle WebLogic](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Oracle WebLogic")

Oracle WebLogic

4.2/5(70)

](https://www.g2.com/products/oracle-weblogic/reviews)

[
View All Alternatives
](https://www.g2.com/products/apache-tomcat/competitors/alternatives)

## User Insights

Average based on 129 real user reviews.

Implementation Time

2 months

Perceived Cost

$$$$$

[Log in to unlock pricing and user insights](/login)

## Apache Tomcat Integrations
(5)

What do users say about integrations?

Integration information sourced from real user reviews.

[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

IBM MQ

](https://www.g2.com/products/ibm-mq/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

Internet Information Services (IIS) for Windows Server

](https://www.g2.com/products/internet-information-services-iis-for-windows-server/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

Oracle Database

](https://www.g2.com/products/oracle-database/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

Red Hat JBoss Web Server

](https://www.g2.com/products/red-hat-jboss-web-server/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

Sakai

](https://www.g2.com/products/sakai/reviews)

Show More

 ![Yogesh S.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Yogesh S.")
YS

Yogesh S.

Software Engineer

Mid-Market (51-1000 emp.)

6/12/2026

"Reliable and lightweight, but definitely shows its age"

4.5/5

What do you like best about Apache Tomcat?

Our engineering team primarily uses Tomcat to host several of our older internal Java web applications and a few core REST APIs that feed data to our main administrative dashboards. It typically sits behind an Nginx reverse proxy in our production environment, serving as the dependable workhorse for our servlet and JSP-based projects.The absolute best thing about Tomcat is that it just quietly does its job without demanding a massive server footprint. Compared to full-blown enterprise application servers, it boots up incredibly fast and is highly focused on doing exactly what it was designed to do. Because it has been an industry standard for so long, the community support is basically unmatched. If you run into a weird deployment error or a specific thread-hanging issue, chances are high that someone else solved that exact same problem on a forum ten years ago. Furthermore, being completely free and open-source means we can spin up as many instances as we need across our testing and staging environments without ever worrying about complex licensing roadblocks. Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

Honestly, configuring Tomcat can sometimes feel like stepping back in time. Everything relies on heavily nested XML files, which can be a real pain to read and edit when you just want to make a simple tweak to a server port or adjust a database connection pool. The built-in manager dashboard is visually stuck in the early 2000s, and while it is functional, it isn't exactly intuitive for newer developers joining the team. Additionally, tuning the Java garbage collection and memory allocation settings for applications that experience sudden spikes in traffic often requires a lot of frustrating trial and error before the server remains perfectly stable under load. Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

A while back, we had a major issue where a critical legacy employee management portal was eating up far too many resources on a much heavier, expensive enterprise server. By migrating that specific application over to Tomcat, we solved the immediate problem of high licensing costs and heavy server overhead. It provided a totally free, highly stable environment for an older codebase that we simply did not have the time or resources to rewrite. This benefited our team immensely because it kept the internal tools running smoothly for our staff, while instantly freeing up our IT budget and engineering hours to focus entirely on building out our newer architecture. Review collected by and hosted on G2.com.

Show More

6/13/2026
Validated ReviewerIncentivizedSource: G2 invite

 ![shanavaz a.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "shanavaz a.")
SA

shanavaz a.

Cloud Engineer

Information Technology and Services

Mid-Market (51-1000 emp.)

2/17/2026

"Transparent, Lightweight Apache Tomcat with Clear Logs and Readable Config"

5/5

What do you like best about Apache Tomcat?

What I like most about Apache Tomcat is how transparent it feels. When something breaks, I can actually trace it: the logs are clear, the configuration files are readable, and nothing feels “hidden” behind heavy abstraction. Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

What I dislike about Apache Tomcat is that it can sometimes feel a bit too minimal. Even though its lightweight nature is a big plus, I often end up having to manually configure things that are built in with full application servers—such as advanced security features, clustering, or enterprise-level monitoring. Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

Apache Tomcat solves the problem of running Java web apps easily, without needing a heavy application server.

For me, it makes deployment straightforward, keeps resource usage low, and gives me better control when troubleshooting. It focuses on what’s needed and avoids unnecessary complexity. Review collected by and hosted on G2.com.

Show More

Our network of Icons are G2 members who are recognized for their outstanding contributions and commitment to helping others through their expertise.G2 IconValidated ReviewerSource: G2 invite

 ![Kumar G.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Kumar G.")
KG

Kumar G.

Associate - Principal

Computer Software

Enterprise (\> 1000 emp.)

10/15/2025

"Lightweight, Fast, and Easy Java App Deployment with Apache Tomcat"

4.5/5

What do you like best about Apache Tomcat?

1. I have used Apache Tomcat as web server and its Lightweight & easy to setup on any environment i.e windows or unix based system.

2. Low infrastructure requirement for installation and configuration. So the developers can quickly deploy the static web apps and jsp/servlets.

3. Startup time is superfast and application is up and running within few seconds.

4. Apache tomcat is open source, so we don't need to worry about the subscription and cost initially.

5. Community support is appreciated.

6. I use this web server mostly on weekly basis and easy to debug for any issues. Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

1. Support for JavaEE apps is unavailable

2.The UI/UX of the manager pages are developed with simple UI and lagging modern web apps capabilities.

3. Not suitable for large scale apps Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

So, we have a lot of in-house lightweight applications requirement where Apache tomcat fits well for deployment. We are able to develop and deploy some static apps and java (jsp & servelets) apps. Considering the lifespan of the lightweight applications short, Apache Tomcat serves the purpose well. Review collected by and hosted on G2.com.

Show More

10/17/2025
Current UserValidated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Information Technology and Services](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Information Technology and Services")
UI

Verified User in Information Technology and Services

Mid-Market (51-1000 emp.)

7/13/2026

"A Reliable Java Servlet Container for Deploying and Running Apps"

4.5/5

What do you like best about Apache Tomcat?

The best about Apache Tomcat is it is a java servlet container used to deploy and run java applications Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

Its only focus is java and it does not focusses other languages, its configuration still requires manual efforts Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

The problem that Apache Tomcat solving for me is deployment and execution of my java application Review collected by and hosted on G2.com.

Show More

Our network of Icons are G2 members who are recognized for their outstanding contributions and commitment to helping others through their expertise.G2 IconCurrent UserValidated ReviewerSource: G2 invite

GM

Guhan M.

Director / Principal Engineer

Financial Services

Enterprise (\> 1000 emp.)

3/28/2026

"Community-Driven and Easy to Configure"

4.5/5

What do you like best about Apache Tomcat?

community support and ease of configuration Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

cloud native compatibility and integrated support within AWS environment Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

Front-end support and proxy configuration between the front end and back end. Review collected by and hosted on G2.com.

Show More

4/23/2026
Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Higher Education](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Higher Education")
AH

Verified User in Higher Education

Mid-Market (51-1000 emp.)

3/10/2026

"Lightweight Servlet Runner with Simple Installation and Setup"

4.5/5

What do you like best about Apache Tomcat?

Light weight application for running servlet. Simple Installation and Configuration Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

lacking session cluster support for Redundancy environmet Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

provides a light weight servlet environment Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite

 ![Rajesh J.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Rajesh J.")
RJ

Rajesh J.

Lead Consultant

Enterprise (\> 1000 emp.)

9/16/2025

"Apache tomcat review"

5/5

What do you like best about Apache Tomcat?

This is a very good app server . Used to use this while running app on local..to deploying app on Test or staging or Prod infra. Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

There is nothing as such .It's a very good app server . Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

App deployment in local, test, stag, product infra. Review collected by and hosted on G2.com.

Show More

Validated ReviewerSource: Organic

 ![Verified User in Information Technology and Services](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Information Technology and Services")
UI

Verified User in Information Technology and Services

Enterprise (\> 1000 emp.)

7/27/2025

"Helpful tool to run Java applications"

5/5

What do you like best about Apache Tomcat?

Its easy to integrate with the other IDEs to run my Java applications. Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

Nothing really, my experience so far has been amazing. Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

We use it to run our around 15 Java Web applications that I support for one of our clients. Review collected by and hosted on G2.com.

Show More

Validated ReviewerSource: Thank You page

 ![Zaid M P.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Zaid M P.")
ZP

Zaid M P.

Cloud Administrator

Small-Business (50 or fewer emp.)

6/12/2024

"Apache Tomcat Review"

4.5/5

What do you like best about Apache Tomcat?

Apache Tomcat is is a container for Java applications. It is a lightweight and has robust functionality and easy to configure that makes it faster. Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

The thing I dislike about Apache Tomcat is their support. It only supports jar and war. Sometimes updated code is not applicable unless restarted. Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

First of all it is open source. It is incredibly lightweight and has capability to do various functionalities. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Aditya K.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Aditya K.")
AK

Aditya K.

DevOps Engineer

Enterprise (\> 1000 emp.)

6/19/2024

"Java App Server"

5/5

What do you like best about Apache Tomcat?

We can easily host any Java application on server within seconds. Review collected by and hosted on G2.com.

What do you dislike about Apache Tomcat?

Till date nothing to dislike about Apache Tomcat. Review collected by and hosted on G2.com.

What problems is Apache Tomcat solving and how is that benefiting you?

Yes it totally solved our problem and we used to host the tomcat on EC2 instance from where clients used to access the required application. Review collected by and hosted on G2.com.

Show More

7/10/2024
Validated ReviewerIncentivizedSource: G2 invite

## Questions about Apache Tomcat? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

[
Ask about Apache Tomcat
](https://www.g2.com/products/apache-tomcat/discussions/new)

GU

Guest User
•
Last activity over 3 years ago

Is Tomcat still used?

0 Upvotes

1

[
Join the conversation
](https://www.g2.com/discussions/is-tomcat-still-used)

GU

Guest User
•
Last activity almost 2 years ago

What is Apache Tomcat used for?

0 Upvotes

1

[
Join the conversation
](https://www.g2.com/discussions/what-is-apache-tomcat-used-for)

[
View all Discussions
](https://www.g2.com/products/apache-tomcat/discuss)

## Pricing Insights

Averages based on real user reviews.

### Time to Implement

2 months

### Return on Investment

10 months

### Perceived Cost

$$$$$

[
View More Pricing Information
](https://www.g2.com/products/apache-tomcat/pricing)

Apache Tomcat Comparisons

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_bb61bd1ff061d1c5163b1db99b08b3fd/wildfly.png "Product Avatar Image")

Wildfly

4.4/5(21)

[
Compare Now
](https://www.g2.com/compare/apache-tomcat-vs-wildfly)

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_b3a1fa602142a9638bc278c815df3eea/django.png "Product Avatar Image")

Django

4.5/5(177)

[
Compare Now
](https://www.g2.com/compare/apache-tomcat-vs-django)

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_a54d795eacbfe7724e98892270c4d48f/oracle-weblogic.png "Product Avatar Image")

Oracle WebLogic

4.2/5(70)

[
Compare Now
](https://www.g2.com/compare/apache-tomcat-vs-oracle-weblogic)

##### 
##### Apache Tomcat Features

Data Management

Data Redundancy

Server Management

Version and Profile Support

User Features

Centralized offering

Security updates

Real-time visibility

Modernization

Cloud deployment

Microservices development

On-premises support

[
View More Features
](https://www.g2.com/products/apache-tomcat/features)

## Work at The Apache Software Foundation?

Claim this profile to respond to reviews, update product info, and reach in-market buyers.

[
Claim this profile
](https://www.g2.com/products/apache-tomcat/claim_requests/new?utm_medium=profile-footer-claim-cta&utm_source=g2)

##### Categories on G2

[Application Server](https://www.g2.com/categories/application-server)

##### Explore More

[Which encryption software combines email encryption with secure file sharing capability for teams?](https://www.g2.com/discussions/which-encryption-software-combines-email-encryption-with-secure-file-sharing-capability-for-teams)[What compliance learning platforms work best for financial services or pharmaceutical companies that need training content aligned with strict regulatory requirements?](https://www.g2.com/discussions/what-compliance-learning-platforms-work-best-for-financial-services-or-pharmaceutical-companies-that-need-training-content-aligned-with-strict-regulatory-requirements)[best contact center quality assurance software](https://www.g2.com/discussions/what-s-the-best-contact-center-quality-assurance-software-that-you-ve-used-in-the-past)

[What is the best ETO ERP for an engineer-to-order manufacturer with complex product customization that needs a system built for that reality rather than adapted from discrete MRP?](https://www.g2.com/discussions/what-is-the-best-eto-erp-for-an-engineer-to-order-manufacturer-with-complex-product-customization-that-needs-a-system-built-for-that-reality-rather-than-adapted-from-discrete-mrp)[Best live chat software for small businesses](https://www.g2.com/discussions/what-s-the-best-live-chat-software-for-small-businesses-in-2025)[What platform provides analytics on presentation engagement?](https://www.g2.com/discussions/what-platform-provides-analytics-on-presentation-engagement)

[Show MoreShow Less](javascript:void(0);)