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   收藏:0   阅读:617

日志中有警告: [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"去除即可。

具体原因未查。

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!