Amazing comprehensive web development software for PC

Apache Tomcat

Apache Tomcat 11.0.8

  -  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.8.


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.8 Screenshots

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

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

What's new in this version:

Catalina:
- Fix: Add support for the java:module namespace which mirrors the java:comp namespace
- Fix: 69690: Calling HttpServletRequest.getParameter() and related methods for a request with content type multipart/form-data when the mapped servlet does not have a @MultipartConfig or equivalent should not trigger an exception. Note that calling getPart() or getParts() is these circumstances will trigger an exception
- Fix: Support parsing of multiple path parameters separated by ; in a single URL segment. Based on pull request #860 by Chenjp
- Fix: 69699: Encode redirect URL used by the rewrite valve with the session id if appropriate, and handle cross context with different session configuration when using rewrite
- Add: #863: Add support for comments at the end of lines in text rewrite map files to align behaviour with Apache httpd. Pull request provided by Chenjp
- Fix: 69706: Fix saved request serialization issue in FORM introduced when allowing infinite session timeouts
- Fix: Expand the path checks for Pre-Resources and Post-Resources mounted at a path within the web application

Coyote:
- Code: #861: Refactor TaskQueue to use the new interface RetryableQueue which enables better integration of custom Executors which provide their own BlockingQueue implementation. Pull request provided by Paulo Almeida
- Add: Provide finer grained control of multi-part request processing via two new attributes on the Connector element. maxPartCount limits the total number of parts in a multi-part request and maxPartHeaderSize limits the size of the headers provided with each part. Add support for these new attributes to the ParameterLimitValve

Jasper:
- Fix: 69696: Mark the JSP wrapper for reload after a failed compilation
- Web applications:
- Fix: 69694: Improve error reporting of deployment tasks done using the manager webapp when a copy operation fails

Other:
- Fix: Add thread name to webappClassLoader.stackTraceRequestThread message. Patch provided by Felix Zhang
- Update: Update Tomcat Native to 2.0.9
- Update: Update the internal fork of Apache Commons FileUpload to 1.6.0-RC1 (2025-06-05)
- Update: Update EasyMock to 5.6.0
- Update: Update Checkstyle to 10.25.0
- Fix: Use the full path when the installer for Windows sets calls icacls.exe to set file permissions
- Update: Improvements to Japanese translations provided by tak7iji