Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Introducing Apache Tomcat 10.1 in RHEL 10

April 23, 2026
Coty Sutherland
Related topics:
Migration
Related products:
Red Hat Enterprise Linux

    We are announcing the upgrade of the RPM packaged version of Apache Tomcat in Red Hat Enterprise Linux (RHEL) 10 from Apache Tomcat version 9.0 to version 10.1. This upgrade introduces many changes, most notably the switch from the Java EE namespace to Jakarta EE required by the Jakarta EE 9 release. This article will help developers and system administrators that create or deploy applications understand the changes required by this upgrade, and offer a temporary solution to make moving to RHEL 10 easier for your organization.

    Why upgrade?

    Although community support for Apache Tomcat version 9 stream will continue for the foreseeable future, we have upgraded to provide the latest and greatest Apache Tomcat version stable at the time of RHEL 10.0 development. As support for older versions of Java becomes less available, we want to enable our users to take advantage of the new Java runtimes for their workloads.

    How to get started

    Alongside the Tomcat version upgrade, we have introduced the tomcat-jakartaee-migration tool package, a new package you can use to make the migration easier. This installed package is a weak dependency of the Tomcat package and exists to easily migrate your Java EE application to the Jakarta EE namespace. To use this new tool, you should either run the CLI version or utilize the migration at deploy time by putting your application to the legacyAppBase (defaults to webapps-javaee). 

    That’s it! Barring any issues with the migration (noted when you run the CLI tool or in the tomcat logging), your application deploys on Tomcat using the Jakarta EE namespace.

    Note: Proprietary software may restrict the migration tool because it manipulates bytecode. Please carefully review the licenses to ensure it’s safe to use.

    You can learn more about the differences between Apache Tomcat version 9 and 10 by visiting the project website.

    A temporary workaround

    Given this upgrade happened after the RHEL 10.0 Beta release, we offer a more concrete way to make the transition to RHEL 10.0 as easy as possible. The tomcat9 package provides temporary support for the Apache Tomcat 9.0 stream through Nov 2026. This package will conflict with the Tomcat package, so you cannot install them simultaneously.

    Support for the tomcat9 package will not continue after the RHEL 10.3 release, and users are expected to complete migration to the Tomcat package at that time. To complete the migration to Tomcat version 10, you’ll need to switch from tomcat9 to Tomcat using dnf swap tomcat9 tomcat --allowerasing which replaces the tomcat9 package with Tomcat version 10. 

    Then you’ll need to update your application namespaces from javax.* to jakarta.* You can use the migration tool CLI to help recompile and redeploy them to /var/lib/tomcat/webapps/. This is the preferred option. Otherwise, you can use the tomcat-jakartaee-migration tool to do a static conversion when the application is deployed from /var/lib/tomcat/webapps-javaee/. Once you redeploy your apps, you can restart Tomcat to finish the migration.

    Future plans

    Going forward, we expect to be better aligned with what’s available in Fedora before CentOS Stream and RHEL branches and to deliver a more cutting edge version of Apache Tomcat. This update was a special change due to the nature of the Java EE to Jakarta EE namespace changes and attempts to make the transition between RHEL versions as smooth as possible.

    There are no plans to update the tomcat package version from version 9 to version 10 in RHEL 9 at this time.

    Migrating your applications from Apache Tomcat 9 to 10.1 should be relatively straightforward with the provided tooling, but feel free to utilize the tomcat9 package as a temporary alternative, if needed. Please start testing your application with the Tomcat version 10.1 package as soon as possible and let us know about any issues that arise, so that we can address them.

    Related Posts

    • How to plan your RHEL lifecycle with AI

    • Strengthen privacy and security with encrypted DNS in RHEL

    • Upgrade from RHEL 9 to RHEL 10 with Red Hat Satellite 6.17

    • What's new for developers in RHEL 10

    Recent Posts

    • Red Hat Hardened Images: Top 5 benefits for software developers

    • How EvalHub manages two-layer Kubernetes control planes

    • Tekton joins the CNCF as an incubating project

    • Federated identity across the hybrid cloud using zero trust workload identity manager

    • Confidential virtual machine storage attack scenarios

    What’s up next?

    Learning Path the back of a computer monitor against a dark background

    Build and deploy a Node.js and React application with image mode for RHEL and...

    Use Podman Desktop to create a bootable Node.js and React application using...
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.