Amazing comprehensive web development software for PC

Apache Tomcat

Apache Tomcat 11.0.10

  -  13.9 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of Apache Tomcat 11.0.10.


For those interested in downloading the most recent release of Apache Tomcat or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • Apache Tomcat 11.0.10 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Apache Tomcat 11.0.10 Screenshot 1
  • Apache Tomcat 11.0.10 Screenshot 2
  • Apache Tomcat 11.0.10 Screenshot 3
  • Apache Tomcat 11.0.10 Screenshot 4
  • Apache Tomcat 11.0.10 Screenshot 5

What's new in this version:

Catalina:
- Fix: Fix bloom filter population for archive indexing when using a packed WAR containing one or more JAR files

Coyote:
- Fix: 69748: Add missing call to set keep-alive timeout when using HTTP/1.1 following an async request, which was present for AJP. (remm/markt)
- Fix: 69762: Fix possible overflow during HPACK decoding of integers. Note that the maximum permitted value of an HPACK decoded integer is Integer.MAX_VALUE
- Fix: Update the HTTP/2 overhead documentation - particularly the code comments - to reflect the deprecation of the PRIORITY frame and clarify that a stream reset always triggers an overhead increase

Cluster:
- Update: Add enableStatistics configuration attribute for the DeltaManager, defaulting to true

WebSocket:
- Fix: Align the WebSocket extension handling for WebSocket client connections with WebSocket server connections. The WebSocket client now only includes an extension requested by an endpoint in the opening handshake if the WebSocket client supports that extension

Web applications:
- Fix: Manager and Host Manager. Provide the Manager and Host Manager web applications with a dedicated favicon file rather than using the one from the ROOT web application which might not be present or may represent something entirely different. Pull requests #876 and #878 by Simon Arame.

Other:
- Update: Update Checkstyle to 10.26.1
- Add: Improvements to French translations
- Add: Improvements to Japanese translations by tak7iji