Apache Tomcat 10.1.30 freeware
Apache Tomcat is a web server developed in Java that aims to provide you with a pure Java environment for running web applications. These applications can be run in the interface of an Internet browser such as Firefox, Chrome or Internet Explorer. ...
Author | Apache Software Foundation |
Released | 2024-10-08 |
Filesize | 13.60 MB |
Downloads | 2619 |
OS | Windows All |
Installation | Instal And Uninstall |
Keywords | Apache Tomcat, Java Servlet, Internet server, JavaServer Page, Tomcat, JavaServer, servlet, Java |
Users' rating (54 rating) |
Apache Tomcat Free Download - we do not host any Apache Tomcat torrent files or links of Apache Tomcat on rapidshare.com, depositfiles.com, megaupload.com etc. All Apache Tomcat download links are direct Apache Tomcat download from publisher site or their selected mirrors.
10.1.30 | Sep 17, 2024 | New Release | Fix the regression in HTTP/2 support introduced in 10.1.29. |
10.1.29 | Sep 11, 2024 | New Release | If an HTTP/2 client resets a stream before the request body is fully written, ensure that any ReadListener is notified via a call to ReadListener.onErrror(). An Exception being thrown during WebSocket message processing (e.g. in a method annotated with @onMessage) should not automatically cause the connection to close. The application should handle the exception and make the decision whether or not to close the connection. Correct a regression in the fix for non-blocking reads of chunked request bodies that caused InputStream.available() to return a non-zero value when there was no data to read. In some circumstances this could cause a blocking read to block waiting for more data rather than return the data it had already received. |
10.1.28 | Aug 7, 2024 | New Release | Move OpenSSL support using FFM to a separate JAR named tomcat-coyote-ffm.jar that advertises Java 22 in its manifest. When using include directives in a tag file packaged in a JAR file, ensure that the include directives are processed correctly. Expand the implementation of the filter value of the Authenticator attribute allowCorsPreflight, so that it applies to all requests that match the configured URL patterns for the CORS filter, rather than only applying if the CORS filter is mapped to /* |