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

具体原因未查。

相关文章:

  • 2021-09-01
  • 2022-02-21
  • 2021-08-17
  • 2021-07-02
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-09-15
  • 2022-01-30
  • 2022-12-23
  • 2021-08-14
  • 2022-02-03
相关资源
相似解决方案