The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.30.
Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. This release contains numerous bug fixes and improvements compared to version 7.0.29. The notable changes include: - Significantly reduced memory footprint during web application start while Servlet 3.0 annotation and SCI scanning is in progress. - Adds support for scanning of classes that use Java 7 specific byte code for Servlet 3.0 annotation and SCI scanning. - Improvements to DIGEST and FORM authentication. Please refer to the change log for the complete list of changes: http://tomcat.apache.org/tomcat-7.0-doc/changelog.html Note: This version has 4 zip binaries: a generic one and three bundled with Tomcat native binaries for Windows operating systems running on different CPU architectures. Note: If you use the APR/native AJP or HTTP connector you *must* upgrade to version 1.1.24 or later of the AJP/native library Downloads: http://tomcat.apache.org/download-70.cgi Migration guides from Apache Tomcat 5.5.x and 6.0.x: http://tomcat.apache.org/migration.html Thank you, -- The Apache Tomcat Team