发布于 2017-01-25 13:53:54 | 144 次阅读 | 评论: 0 | 来源: 网友投递
Tomcat 开源Web应用服务器
Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。
Apache Tomcat 今天发布了两个更新版本,分别是 7.0.75 和 8.0.41.
这两个版本都修复了一些bug,还包括如下改进:
- Add support for varargs in UEL expressions - Ensure that the endpoint is able to unlock the acceptor thread during shutdown if the endpoint is configured to listen to any local address of a specific type such as 0.0.0.0 or ::
详细的改进就请看
下载地址: