Software Alternatives, Accelerators & Startups

Apache Tomcat

An open source software implementation of the Java Servlet and JavaServer Pages technologies.

Apache Tomcat

Apache Tomcat Reviews and Details

This page is designed to help you find out whether Apache Tomcat is good and if it is the right choice for you.

Screenshots and images

  • Apache Tomcat Landing page
    Landing page //
    2023-01-24

Features & Specs

  1. Open Source

    Apache Tomcat is an open-source software, which means it is freely available for use and modifications. This can significantly reduce the cost of ownership and allows for customization.

  2. Community Support

    Being a widely-used open-source server, Tomcat has a large and active community of developers and users who contribute to its documentation, plugins, and forums, providing extensive support.

  3. Lightweight

    Tomcat is designed to be a lightweight servlet container, making it faster and less resource-intensive compared to full-blown Java EE application servers.

  4. Integration with Popular Frameworks

    Tomcat integrates well with popular Java frameworks such as Spring and Hibernate, making it easier for developers to deploy and manage web applications.

  5. Easy to Set Up and Configure

    Tomcat is relatively easy to set up and configure, making it suitable for both development and production environments.

  6. Frequent Updates

    Regular updates and patches are released to improve performance, security, and compatibility, ensuring the server is up-to-date with the latest web technologies.

Badges

Promote Apache Tomcat. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

Introducing Apache Tomcat 8.5

Webinar: Introduction to Apache Tomcat 8

Tcat - The Leading Enterprise Apache Tomcat Application Server

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Apache Tomcat and what they use it for.
  • Choosing a dependency
    For most mature organizations, commercial support is a requirement. Commercial dependencies provide such support by nature. For Open Source projects, support ranges from none to companies providing support on projects as part of their core business. Most of the time, these companies employ developers working on the project. For example, Tomitribe and HeroDevs offer support for the Tomcat servlet engine hosted by... - Source: dev.to / 7 months ago
  • Java News: WildFly 36, Spring Milestones, and Open Liberty Updates
    Versions 11.0.6 and 9.0.104 of Apache Tomcat deliver new features and improvements. The release notes can be found for both versions. - Source: dev.to / about 1 year ago
  • Artifactory: Centralizing Artifact Management for DevOps Success
    Download and Install Tomcat Before downloading, confirm the latest Tomcat build package from the official website. - Source: dev.to / over 1 year ago
  • How to Deploy Applications Using Tomcat on a Web Server
    First, download the latest version of Tomcat from the official Apache Tomcat website. Choose the version that suits your needs, typically the latest stable release. - Source: dev.to / almost 2 years ago
  • Spring Boot Monitoring with Open-Source Tools
    Manual instrumentation allows you to define your Spans within the code itself rather than relying on automatic instrumentation finding the entry point for a trace. Manual instrumentation is especially helpful for applications that donโ€™t use an application server such as Tomcat, JBoss, or Jetty. - Source: dev.to / over 2 years ago
  • Issue with chatgpy
    99% is a huge exaggeration. Two essential deployment tools off the top of my head: Https://tomcat.apache.org/ Https://docs.jboss.org/author/display/AS71/Developer%20Guide.html. Source: about 3 years ago
  • 7 years with Vaadin in production. Do we still enjoy it?
    Do we still enjoy it? We are running many Vaadin apps in production since that first one. If there are not any specific requirements we use a โ€œmodular monolithโ€ concept, which fits our stack best. We pack applications as WAR and deploy them under Apache Tomcat. And yes, we enjoy the development process. Itโ€™s very straightforward and Vaadin and SpringBoot fit together well. - Source: dev.to / over 3 years ago
  • TIBCO Jaspersoft Studio tutorial: Creating templates and integration with JasperReports Server
    JasperReports Server Community requires a Java application server and a database to create a repository in order to work properly. After downloading JRS, the installation process can install Tomcat server and PostgreSQL database automatically for us and the services will run depending on the Jasper server. It's also possible to connect JRS to services already installed on the server. Moreover, while the free... - Source: dev.to / over 3 years ago
  • I wish to learn web development with java and while configuring apache tomcat 10.0.26 into Eclipse, I encountered this problem. Can anyone help me? Thank you.
    Don't use an installed copy of Tomcat. The layout can be different than expected and permission problems can appear at the worst time. For one, it needs to be able to write to that conf directory. Download a non-platform-specific "core" zip file from tomcat.apache.org instead. Source: over 3 years ago
  • Where is polymorphism used in actual Software development?
    Anytime you use dependencies you make use of code for a purpose that was not originally intended. The apachee web server was named after a patchwork quilt. Many contributors had useful code from commercial projects they contributed to the cause. In networking protocols packets are discarded after a set number of hops, or an expiration date so the internet does not have zombie packets wondering around. The tcp/ip... Source: over 3 years ago
  • Has anyone used Java backend with NextJS?
    If you plan on a full enterprise solution apache server has built in roles, users and corporate tools. It integrates well with Java. Express is much easier in my opinion. You may use xml instead of json. Other than that the front end and backend don't matter. Since ERP is what you are dealing with maybe that is the way to go? Source: over 3 years ago
  • The 12-Factor App Building Methodology
    Example: Little Johnny was developing a Java web app and thinking about how he would configure Tomcat to listen to requests and redirect the data into his app... Until he remembered this would violate Factor 7! Instead, he decided to declare Jetty as a dependency, keeping the HTTP service inside the app instead of configuring an external web server and then injecting its functionalities. Now, whenever he wants... - Source: dev.to / almost 4 years ago
  • Non Spring users what are you using ??
    Multiple applications in the same JVM? Wildfly, Tomcat, Jetty. Source: over 4 years ago
  • Packaging and deploying Spring Boot applications as WAR files
    Download Apache Tomcat from the project website. Make sure to download the correct version, depending on the Java and Servlet API versions that your application uses. For example, in the case of Vaadin applications, download Apache Tomcat version 9. - Source: dev.to / almost 5 years ago
  • It's August 18th!!! Happy Butch Pride Day!!!!!
    I think tomcat is already taken :). Source: almost 5 years ago
  • Turn java app to web app
    You can use Tomcat to run Java on the web. It uses Java Server Pages (JSP). Shouldn't be too difficult to port it over. Source: almost 5 years ago
  • Java Game Servers
    You could look at some of the existing server tools out there like an NIO client server framework such as Netty or an HTTP/servlet based engine like Tomcat. Minecraft, for example, uses Netty as the base server component. Source: about 5 years ago
  • How to Build Java Applications Today: April 5, 2021
    Originally built around the Apache HTTP server, the Apache Software Foundation now hosts 350+ projects. In Java land, we always cared more about Tomcat than HTTP Server. Even if we use Spring Boot - itโ€™s the default servlet engine there. - Source: dev.to / about 5 years ago

Summary of the public mentions of Apache Tomcat

Overview of Apache Tomcat in the Software Industry

Apache Tomcat is an open-source web server and servlet container developed by the Apache Software Foundation. It is primarily used for implementing Java servlets and JavaServer Pages (JSP) and plays a significant role in Java ecosystem by extending server capabilities to host Java applications. A notable aspect of Tomcat is its affordability, resulting from its open-source nature under the Apache License version 2, allowing for widespread community contributions and enhancements.

Usage and Popularity

Despite powering only a small fraction (around 0.1%) of websites worldwide, Tomcat remains a notable entity in the realms of application servers and web server technologies. It is recognized for its robust ability to manage large-scale Java applications, serving as a servlet container or a web server within Java applications. The technology stems from Sun Microsystemsโ€™ initial codebase, which was donated to the Apache Software Foundation in 1999, and achieved top-level Apache project status by 2005.

Perceptions in the Development Community

Recent discussions in the technical community often point towards Tomcat as a reliable choice for developing enterprise-level applications. Developers appreciate its modular structure powered by OSGi, which allows extensions and collaborative development efforts. Reviews from various tech blogs emphasize that while Tomcat may not cover extensive web server needs like Apache HTTP Server, it is well-suited for Java-specific applications, often recommended as a default for Java servlets in Spring Boot environments.

Competitive Positioning

Apache Tomcat faces competition from other web servers and Java application servers such as Jetty, WildFly, and GlassFish. Each has its unique strengths, with Jetty being noted for its lightweight and flexible architecture while WildFly and GlassFish offer full-featured Java EE capabilities. Nonetheless, the simplicity and effectiveness of Tomcat keep it in contention, especially for developers favoring open-source tools without extensive configuration overheads.

Advancements and Ongoing Developments

Recent updates, as highlighted in industry posts, include versions 11.0.6 and 9.0.104, which brought various enhancements aimed at improving performance and reliability. Developers are encouraged to download the latest stable releases, and many choose to integrate Tomcat with modern DevOps practices by centralizing artifact management, which helps streamline deployment processes.

Conclusion

Apache Tomcat continues to be a tool of choice for Java-centric applications, particularly those that align with its strengths in modularity and simplicity. While it does face stiff competition from other servers, its open-source nature, historical pedigree, and consistent updates have secured its place in the software development landscape. For many developers, Tomcat represents a blend of community-driven development and practical applicability, making it a mainstay in Java-based web application development.

Do you know an article comparing Apache Tomcat to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Apache Tomcat discussion

Log in or Post with

Is Apache Tomcat good? This is an informative page that will help you find out. Moreover, you can review and discuss Apache Tomcat here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.