发布于 2016-03-12 01:19:50 | 196 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的精品教程,程序狗速度看过来!
Tomcat Native Tomcat 安装apr 支持
Tomcat Native 这个项目可以让 Tomcat 使用 Apache 的 apr 包来处理包括文件和网络IO操作,以提升性能。
Apache Tomcat Native 1.2.5 发布了,
该版本主要特点如下:
- Report OpenSSL runtime version in use rather than compile
time version used.
- Windows binaries built with APR 1.5.1 and OpenSSL 1.0.2g.
改进记录:
- Enable OpenSSL version check in
configure
by default. It can be turned off using --disable-openssl-version-check
. (rjung)
- 59024: Native function
versionString()
and for OpenSSL 1.1.0 also version()
(both in in ssl.c) now return the OpenSSL run time version, not the compile time version. (rjung)
- Track changes in the OpenSSL master branch so it is possible to build Tomcat Native with that branch. (billbarker)
下载地址:http://tomcat.apache.org/download-native.cgi
历史版本 :
Apache Tomcat Native 1.2.16 发布
Apache Tomcat Native 1.2.12 发布
Apache Tomcat Native 1.2.10 发布
Apache Tomcat Native 1.2.8 发布
Apache Tomcat Native 1.2.7 发布
Apache Tomcat Native 1.2.5 发布
Apache Tomcat Native 1.2.4 发布