首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

tomcat6配置中的一个异常,警告: [SetPropertiesRule],Context

2012-07-01 
tomcat6配置中的一个错误,警告: [SetPropertiesRule],Contexttomcat6配置中的一个错误,警告: [SetProperti

tomcat6配置中的一个错误,警告: [SetPropertiesRule],Context

tomcat6配置中的一个错误,警告: [SetPropertiesRule],Context XMLTomcatServlet.在tomcat6启动的时候发现一个错误:

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property '
debug' to '0' did not find a matching property.

跟踪后发现是连接池的配置问题:

conf/server.xml中

Xml代码?
1.<Context path="/n" docBase="E:\aWorkingCopy\ndaoti\war" debug="0" reloadable="true" crossContext="false">???
<Context path="/n" docBase="E:\aWorkingCopy\ndaoti\war" debug="0" reloadable="true" crossContext="false">?

?把debug="0"去除即可。

分析:tomcat的6.0.16这个版本中可能用别的属性替代了debug功能。

热点排行