Tomcat 7.0.2 Released

Tomcat 是一个Servlet容器,按照 Sun Microsystems 提供的技术规范,实现了对 ServletJavaServer PageJSP)的支持,并提供了作为 Web服务器的一些特有功能,如Tomcat管理和控制平台、安全域管理和Tomcat阀等。详细如下:

由于Tomcat本身也内含了一个HTTP服务器,它也可以被视作一个单独的Web服务器。 但是,不能将 Tomcat 和 Apache Web 服务器混淆,Apache Web Server 是一个用 C 语言实现的 HTTP web server;这两个 HTTP web server 不是捆绑在一起的。Apache Tomcat 包含了一个配置管理工具,也可以通过编辑 XML 格式的配置文件来进行配置。

Tomcat 7.0.2 (markt)
Catalina
fix Fix repgrssion that prevented running with a security manager enabled. (markt)
Web applications
fix Correct Javadoc errors. (markt)
add Provide Javadoc for Servlet 3.0 API, JSP 2.2 API and EL 2.2 API. (markt)
fix Remove second copy of RUNNING.txt from the full-docs distribution. Some unpacking utilities can’t handle multiple copies of a file with the same name in a directory. (markt)
Other
add Extend Checkstyle validation checks to check for tabs in nearly all text files. (markt)
update Update Commons Daemon from 1.0.2 to 1.0.3.(markt)
update UPdate Eclipse JDT Core Batch Compiler (ecj.jar) from 3.5.1 to 3.6. (markt)

点击进入 Tomcat 项目主页

Read More:

发表评论?

0 条评论。

发表评论

注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>