- 支持 Java Servlet 3.1, JavaServer Pages 2.3, Java Unified Expression Language 3.0 and Java WebSocket 1.0.
- 默认的连接器实现采用 Java 非堵塞 IO ,包括 HTTP 和 AJP
- 全新的资源实现替换 Aliases, VirtualLoader, VirtualDirContext, JAR resources 和外部资源库
Apache Tomcat 8.0.1 主要包括一些 bug 修复和系统改进:
- Fix sendFile support for the NIO connector.
- Move control of caching and linking options from the Context to the
WebResourceRoot to enable them to by changed while the web
application is running.
- Add support for a dedicated listener for class loader binding and
unbinding events.
Apache Tomcat 5.5.x, 6.0.x 和 7.0.x 的迁移指导:
http://tomcat.apache.org/migration.html
引用:
来自:开源中国社区

