原文地址:http://www.blogjava.net/SkyWinder/archive/2006/10/16/75501.html
Tomcat 启动和关闭时关于Apache Portable Runtime的错误信息解决办法
虽然不影响使用,不过看着挺烦的.
类似于这样
启动tomcat显示
2005-11-20 2:03:32 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: D:\program\Java\jdk1.5.0_04\bin;D:\program\ASF\Tomcat\bin
信息: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: D:\program\Java\jdk1.5.0_04\bin;D:\program\ASF\Tomcat\bin
关闭tomcat显示
2005-11-20 2:06:39 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: Failed shutdown of Apache Portable Runtime
信息: Failed shutdown of Apache Portable Runtime
为啥可以看这里

本文介绍了解决启动和关闭Tomcat时出现的Apache Portable Runtime错误信息的方法,通过下载特定DLL文件并放置到指定目录下即可消除这些提示。
3847

被折叠的 条评论
为什么被折叠?



