出现以下报错:
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"