发布于 2015-12-17 00:24:41 | 141 次阅读 | 评论: 0 | 来源: 网友投递
Tomcat 开源Web应用服务器
Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。
Apache Tomcat Native 1.2.3/1.1.34 发布,1.1.34主要更新如下:
- Unconditionally disable export Ciphers - Improve ephemeral key handling for DH and ECDH - Various fixes to build with newer OPenSSL versions - Link Windows binaries with OpenSSL 1.0.1q and APR 1.5.1
更多内容请看:发行说明。
1.2.3 主要更新如下:
- Java keystore support. - Various fixes to align the Java and native APIs - Various fixes if building without OpenSSL - Windows binaries built with OpenSSL 1.0.2e
更多内容请看:发行说明。
Tomcat Native 这个项目可以让 Tomcat 使用 Apache 的 apr 包来处理包括文件和网络IO操作,以提升性能。