tomcat启动的时候tomcat启发现一个错误 Setting property 'debug' to '0' did not find a matchin

 

tomcat启动的时候发现一个错误 WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.

 

 
tomcat配置中的一个错误
 

在:

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property '

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

<Context path="/n" docBase="E:/xxx/war" debug="0" reloadable="true" crossContext="false">  

把debug="0"去除即可。

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

你可能感兴趣的:(property)