Windows让Tomcat以Apr的方式运行

本文以Tomcat9为例。

一、安装apr支持:Native

1、Tomcat安装时,勾选Native选项安装的,无须再单独下载native.dll

Windows让Tomcat以Apr的方式运行_第1张图片

2、单独下载安装native.dll,下载地址:http://tomcat.apache.org/download-native.cgi

Windows让Tomcat以Apr的方式运行_第2张图片

根据系统,复制32位或64位tcnative-1.dll到$tomcat$/bin/下

二、修改service.xml使用tomcat以apr方式运行

找到下面代码

将connector为port="HTTP/1.1"修改为protocol="org.apache.coyote.http11.Http11AprProtocol"

三、重启Tomcat

启动后查看日志可以看到不一样的情启动方式

你可能感兴趣的:(Tomcat,Apr,经验教训,Tomcat)