Windows Tomcat8.0 配置APR模式
程序员文章站
2024-03-25 14:27:22
...
一、安装apr支持:Native
1、Tomcat安装时,勾选Native选项安装的,无须再单独下载native.dll
2、单独下载安装native.dll,下载地址:http://tomcat.apache.org/download-native.cgi
解压之后去找到tcnative-1.dll,根据系统,复制32位或64位tcnative-1.dll到$tomcat$/bin/下
二、修改service.xml使用tomcat以apr方式运行
找到下面代码
<Connector port="8080" protocol="HTTP/1.1" redirectPort="8443"/>”
将connector为port="HTTP/1.1"修改为
<Connector port="8080" protocol="org.apache.coyote.http11.Http11AprProtocol" redirectPort="8443"/>
三、启动tomcat
上一篇: 在Linux服务器上安装MySQL并配置,远程连接
下一篇: Tomcat多端口启动web应用
推荐阅读
-
Windows Tomcat8.0 配置APR模式
-
Windows下VM配置虚拟机桥接模式
-
Windows 配置Apache以便在浏览器中运行Python script的CGI模式
-
Windows 配置Apache以便在浏览器中运行Python script的CGI模式
-
Tomcat安装与配置Native APR模式的教程
-
linux(centos5.5)/windows下nginx开启phpinfo模式功能的配置方法分享
-
tomcat8.5.15 apr模式运行 配置
-
Tomcat安装与配置Native APR模式的教程
-
linux(centos5.5)/windows下nginx开启phpinfo模式功能的配置方法分享