转载

Apache Tomcat 7.0.62 发布,Java 应用服务器

5月23日 西安 OSC 源创会开始报名啦,存储、虚拟机、Docker 等干货分享

Apache Tomcat 7.0.62 发布,此版本包括一系列 Bug 修复及性能改善:

  • 57772: When reloading a web application and a directory representing an expanded WAR needs to be deleted, delete the directory after the web application has been stopped rather than before to avoid potential ClassNotFoundExceptions. (markt)

  • 57801: Improve the error message in the start script in case the PID read from the PID file is already owned by a process. (rjung)

  • 57824: Correct a regression in the fix for 57252 that broke request listeners for non-async requests that triggered an error that was handled by the ErrorReportingValve. (markt/violetagg)

  • 57841: Improve error logging during web application start. (markt)

  • 57856: Ensure that any scheme/port changes implemented by the RemoteIpFilter also affect HttpServletResponse.sendRedirect(). (markt)

  • 57896: Support defensive copying of "cookie" header so that unescaping double quotes in a cookie value does not corrupt original value of "cookie" header. This is an opt-in feature, enabled by org.apache.tomcat.util.http.ServerCookie.PRESERVE_COOKIE_HEADER system property. (kkolinko)

详细信息请查看 更新日志 。

此版本现已提供下载:

http://tomcat.apache.org/download-70.cgi

Tomcat 是一个小型的轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。对于一个初学者来说,可以这样认为,当在一台机器上配置好Apache 服务器,可利用它响应对HTML 页面的访问请求。实际上Tomcat 部分是Apache 服务器的扩展,但它是独立运行的,所以当你运行tomcat 时,它实际上作为一个与Apache 独立的进程单独运行的。

Apache Tomcat 7.0.62 发布,Java 应用服务器

Tomcat 很受广大程序员的喜欢,因为它运行时占用的系统资源小,扩展性好,支持负载平衡与邮件服务等开发应用系统常用的功能;而且它还在不断的改进和完善中,任何一个感兴趣的程序员都可以更改它或在其中加入新的功能。

正文到此结束
Loading...