发布于 2014-06-26 02:59:46 | 1012 次阅读 | 评论: 0 | 来源: 网友投递
Tomcat 开源Web应用服务器
Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。
Apache Tomcat发布8.0.9版本,同时这个版本也是8.0的第一个stable版本。Tomcat 8需要至少JDK7以上。
相关说明:
The Apache Tomcat Project is proud to announce the release of version 8.0.9 of Apache Tomcat. This is the first stable release of the 8.0.x series. Tomcat 8 is aligned with Java EE 7. In addition to supporting updated versions of the Java EE specifications, Tomcat 8 includes a number of improvements compared to Tomcat 7. The notable changes include:
Support for Java Servlet 3.1, JavaServer Pages 2.3, Java Unified Expression Language 3.0 and Java WebSocket 1.0.
The default connector implementation is now the Java non-blocking implementation (NIO) for both HTTP and AJP.
A new resources implementation that replaces Aliases, VirtualLoader, VirtualDirContext, JAR resources and external repositories with a single, consistent approach for configuring additional web application resources. The new resources implementation can also be used to implement overlays (using a master WAR as the basis for multiple web applications that each have their own customizations).
Apache Tomcat 8.0.9 includes numerous fixes for issues identified in 8.0.8 (beta) as well as a number of other enhancements and changes. The notable changes since 8.0.8 include:
Start to move towards RFC6265 for cookie handling
Better error handling when the error occurs after the response has been committed
Various Jasper improvements to make it easier for other containers (e.g. Jetty) to consume
完全改进:http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
下载:http://apache.org/dist/tomcat/tomcat-8/v8.0.9/