发布于 2015-02-24 21:18:42 | 153 次阅读 | 评论: 0 | 来源: 网友投递
Tomcat 开源Web应用服务器
Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。
Apache Tomcat 8.0.20 发布,该版本值得关注的 bug 修复包括:
- Fix a performance regression in the new resources implementation
when signed JARs are used in a web application.
- Fix several bugs that could cause multiple registrations for write
events for a single socket when using Servlet 3.0 async. Typically,
the side effects of these multiple registrations would be
exceptions appearing in the logs.
- Enhance the bean factory used for JNDI resources. The new
attribute forceString allows to support non-standard string
argument property setters.
完整记录请看 http://tomcat.apache.org/tomcat-8.0-doc/changelog.html
Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。