
解决Eclipse中启动Tomcat 6时的红色警告问题
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
本篇文章主要讲解如何在使用Eclipse开发环境中解决启动Tomcat 6出现的红色警告问题,帮助开发者顺利进行项目部署。
在使用Eclipse Ganymede版本并加载Apache Tomcat 6.0.16运行工程后启动服务器时,会出现红色警告信息如下:
2008-10-11 21:33:55 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告:[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property source to org.eclipse.jst.jee.server:TestTomcat6.0.16 did not find a matching property.
2008-10-11 21:33:55 org.apache.catalina.core.AprLifecycleListener init
信息:The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\study tools\Java\jdk1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:/study
出现SetPropertiesRule警告的原因是Tomcat在server.xml的Context节点中不支持source属性:
全部评论 (0)


