首页 > 其他 > 详细

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

时间:2018-10-08 19:21:59      阅读:615      评论:0      收藏:0      [点我收藏+]

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

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

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

把debug="0"去除即可。

具体原因未查。

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

原文:https://www.cnblogs.com/zhjh256/p/9756125.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!