WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property “”maxSpareThreads”” to “”75″” did not find a matching property.
Oct 17, 2014 8:53:03 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property “”xmlValidation”” to “”false”” did not find a matching property.
Oct 17, 2014 8:53:03 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting property “”xmlNamespaceAware”” to “”false”” did not find a matching property.
Oct 17, 2014 8:53:03 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property “”docbase”” to “”/”” did not find a matching property.
Oct 17, 2014 8:53:03 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property “”crosscontext”” to “”true”” did not find a matching property.
Oct 17, 2014 8:53:03 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
上面是启动的警告
<Connector port=”8080″ maxHttpHeaderSize=”8192″ maxThreads=”500″ protocol=”org.apache.coyote.http11.Http11Protocol” minSpareThreads=”50″
maxSpareThreads=”75″ enableLookups=”false” redirectPort=”8443″ acceptCount=”100″ connectionTimeout=”20000″ disableUploadTimeout=”true” URIEncoding=”utf-8″ compression=”on” compressionMinSize=”2048″ noCompressionUserAgents=”gozilla, traviata”
compressableMimeType=”text/html,text/xml,text/javascript,text/css,text/plain” />
上面是我配置的。 麻烦看看有什么需要改动的。