发布于 2015-05-18 23:47:10 | 255 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Tomcat教程,程序狗速度看过来!

Tomcat 开源Web应用服务器

Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。


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 独立的进程单独运行的。

Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。

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



历史版本 :
Apache Tomcat 7.0.84 和 8.0.49 发布,新增系统属性
Apache Tomcat 8.5.27 和 9.0.4 发布,支持 GZIP 压缩
Apache Tomcat 8.0.48 发布,完全支持 Java 9
Apache Tomcat 8.5.24 和 9.0.2 发布,完全支持 Java9
Apache Tomcat 9.0.1 (beta) 和 8.5.23 发布
Apache Tomcat 9.0.0.M26 和 8.5.20 发布
Apache Tomcat 8.5.19 发布,Web 应用服务器
Apache Tomcat 8.0.45 和 7.0.79 发布
Apache Tomcat 8.5.16 发布
Apache Tomcat 9.0.0.M22 发布
Apache Tomcat 8.0.44 和 7.0.78 发布
Apache Tomcat 8.5.14 和 9.0.0.M20 发布,Java 应用服务器 
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务