解决:The Apache Tomcat Native library which allows optimal performance in production environments was not found

启动tomcat,出现The Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav 2011-4-23 17:16:01 org.apache.catalina.core.AprLifecycleListener init信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:/Program Files/Java/jdk1.6.0/bin;D:/Program File 阅读详情

原文地址:http://it.oyksoft.com/post/750/

 

在启动Tomcat 6.0时发现第一条信息便是:
The Apache Tomcat Native library which allows optimal performance in production environments was not found ……
解决方法:
相关文档:http://tomcat.apache.org/tomcat-6.0-doc/apr.html
去这里http://tomcat.heanet.ie/native/下载最新版本的tcnative-1.dll放到Tomcat的安装目录/Bin下
之后重启Tomcat就OK了。
比如现在我已下载了V1.1.14的tcnative-1.dll,启动时信息变成:

引用
信息: Loaded APR based Apache Tomcat Native library 1.1.14.


这个APR是什么作用呢?Tomcat 可以用 Apache Portable Runtime 来提供更强性能,提升Web静态页面的处理能力,不再需要专门的Web Server来处理静态页面了。

手把手教你用CV5200模块搭建无人机高清图传系统(含实测数据) 本文提供了一份基于CV5200模块搭建远距离无人机高清图传系统的完整实战指南。文章详细解析了系统架构、硬件连接、软件配置与优化,并分享了实地飞行测试数据。核心在于利用CV5200的LR-WiFi私有协议,在视距下实现数公里级的稳定高清视频传输,为DIY爱好者和行业应用提供了高性价比的解决方案。 阅读详情

相关推荐

Claude Code 100个真实案例 - 用AI设计Arduino PCB电路板(硬件小白也能画板)

本案例展示如何使用 Claude Code 配合 KiCad 的 Python 脚本接口,从零设计一块 Arduino 传感器扩展板 PCB。从原理图符号创建、网表生成到 PCB 布局布线,全程自动化完成,最终输出可直接发给工厂打样的 Gerber 文件。

yueyeguzhuo的专栏 367

environments was not found on the java.library.path 问题的解决方法

The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path 问题的解决方法,需要的朋友可以参考下

启动tomcat出错The Apache Tomcat Native library which allows optimal performance in production environments was not found

TOMCAT昨天突然自己宕掉服务了,怎么重起都不行,后来查看logs中catalina.out 日志发现如下错误 INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/local/jdk1.6.0_01/jre/lib/i386/client:/usr/local/jdk1.6.0_01/jre/lib/i386:/usr/local/jdk1.6. ...

The Apache Tomcat Native library which allows optimal performance in production environments was not

信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Myeclipse10\Common\binary\com.sun.java.jdk.win32.x

jievachange 2704

The Apache Tomcat Native library which allows optimal performance in production

解决Tomcat启动时出现:The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_22\bin;D:\software\apa...

C_sdn_000000的专栏 602

Tomcat 启动提示未发现 APR 的解决方法

Tomcat 启动出现信息如下: 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:XXXX   出现原因分析: Tomcat建议使用apache的a...

weixin_33958366的博客 7495

解决Tomcat启动报错:The Apache Tomcat Native library which allows optimal performance in production environments was not found on the j

1.下载tcnative-1.dll,下载地址:http://tomcat.heanet.ie/native/1.1.10/binaries/win32/2.将tcnative-1.dll复制到tomcat的bin目录下3.重新启动tomcat,如果没有提示推荐安装native library其它版本则OK,如提示如下:An older version 1.1.9 of the Apache Tomcat Native library is installed, while Tomcat recommend

PengYuZhu的专栏 1987

The APR based Apache Tomcat Native library which allows optimal performance in production ...

Tomcat启动的时候出现下面这样的提示: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: E:\Java\jdk1.6.0_06\bin;.;C:\WI

黄爱岗廊坊师范学院信息技术提高班 第七期 1242

关于The APR based Apache Tomcat Native library警告

今天在Eclipse上配置Tomcat7,启动时看到如下警告信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path 感到很不舒服,于是在网...

weixin_30418341的博客 96

tcnative-1.dll

今天在Eclipse上配置Tomcat7,启动时看到如下警告信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path 感到很不舒服,于是在网上找了些...

J2EE 1537

The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.p

P1:Tomcat6启动的时候出现下面这样的提示:2007-12-31 9:51:51 org.apache.catalina.core.AprLifecycleListener init信息: The Apache Tomcat Native library which allows optimal performance in production environm

ning313180989的专栏 2万+

Tomcat5.5启动时提示“The Apache Tomcat Native library which allows optimal performance in production environments was not found

1.在tomcat5.5启动时可能会收到下面的信息:Oct 30, 2006 11:54:51 AM org.apache.catalina.core.AprLifecycleListener lifecycleEventINFO: The Apache Tomcat Native library which allows optimal performance in production env

zzyy00的专栏 4817

Tomcat报错:The APR based Apache Tomcat Native library which allows optimal performance in production e

刚才Tomcat起不来了,后面在网上找了一些资料,看了 把tcnative-1.dll文件拷贝到C:/WINDOWS/system32/  ,tomcat下及JDK下都放了,还是跑不起来。 2013-12-26 18:14:36 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomca

Link的专栏 1076

部署程序问题, The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java

今天启动MyEclipse自带的Tomcat时,控制台返回如下错误:The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java。在网上找了解决方法:---------------------------------

lopper的专栏 3485

解决The APR based Apache Tomcat Native library which allows optimal performance in production environ

今天在启动项目时遇到这个问题,记录一下便于以后解决问题使用: 项目报错: 解决方法:通过下面链接下载tcnative-1.dll文件, 如图, 你可以自己选择最新的版本,然后将下载下来的文件放到C:\WINDOWS\system32中即可, 重启tomcat就可以。  下载地址: http://archive.apache.org/dist/tomcat/tomcat-connector...

firestarwolf的博客 4675

DX-BT311-10C02S主从一体蓝牙模块

DX-BT311-10C02S主从一体蓝牙模块

上一篇: IE 不重新发送信息 无法刷新网页 重试 讨厌窗体的解决
下一篇: 解决JavaMail发送邮件,主题乱码现象
wang12
博客等级 码龄24年 39粉丝 17原创
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值