文件名称:解决eclpise中启动tomcat6出现红色警告的问题
文件大小:55KB
文件格式:DOC
更新时间:2014-08-03 03:35:05
eclpise,tomcat6,红色警告
在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属性: