tomcat性能调优后, 启动出现警告问题 [did not find a matching property.]

出现以下报错:

WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'minProcessors' to '100' did not find a matching property.
WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'maxProcessors' to '1000' did not find a matching property.
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property 'xmlValidation' to 'false' did not find a matching property.

说明:Tomcat性能调优后需要修改server.xml Tomcat 连接协议配置具体如下
解决方案:

Connector port="80" protocol="HTTP/1.1" 
修改成
Connector port="80" protocol="org.apache.coyote.http11.Http11Protocol" 
posted @ 2018-04-10 15:54  你很棒  阅读(1355)  评论(0编辑  收藏  举报