Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

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

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Red Hat OpenShift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • See all technologies
    • Programming languages & frameworks

      • Java
      • Python
      • JavaScript
    • System design & architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer experience

      • Productivity
      • Tools
      • GitOps
    • Automated data processing

      • AI/ML
      • Data science
      • Apache Kafka on Kubernetes
    • Platform engineering

      • DevOps
      • DevSecOps
      • Red Hat Ansible Automation Platform for applications and services
    • Secure development & architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & cloud native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • See all learning resources

    E-books

    • GitOps cookbook
    • Podman in action
    • Kubernetes operators
    • The path to GitOps
    • See all e-books

    Cheat sheets

    • Linux commands
    • Bash commands
    • Git
    • systemd commands
    • See all cheat sheets

    Documentation

    • Product documentation
    • API catalog
    • Legacy documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore the Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

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

    • Introducing Apache Tomcat 10.1 in RHEL 10

    • Deploy OpenViking on OpenShift AI to improve AI agent memory

    • Zero trust observability: Integrating OpenTelemetry with workload identity manager

    • CodeCov and CodeRabbit in action for a SCLORG organization

    • How we rewrote a production UI without stopping it

    What’s up next?

    Learning Path Stylized image for "Image mode for Red Hat Enterprise Linux." A person on a cloud uses a laptop displaying containers represented by hexagon shapes.

    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

    Report a website issue