Mark Thomas wrote:
On 10/12/2010 10:38, Christoph Kukulies wrote:
I installed the APR tomcat native library today. It is giving the
WARNINGs below.
Can anyone comment?
Which part isn't clear?
;-)
Christoph,
compare this page :
http://tomcat.apache.org/tomcat-6.0-doc/config/http.html#Standard_Implementation
to this page :
http://tomcat.apache.org/tomcat-5.5-doc/config/http.html
In other words, there is a strong suspicion that when you installed 6.0, you just copied a
previous server.xml from a previous Tomcat version.
You should not do that. You should start from the 6.0 server.xml, and make the
modifications in it that are necessary for your applications, if any.
You scored an own-goal, and you are lucky that the result is only a warning.
Mark
catalina.out:
10.12.2010 11:08:54 org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
10.12.2010 11:08:54 org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters
[false], random [true].
10.12.2010 11:08:54 org.apache.catalina.startup.SetAllPropertiesRule begin
WARNUNG: [SetAllPropertiesRule]{Server/Service/Connector} Setting
property 'minSpareThreads' to '25' did not find a matching property.
10.12.2010 11:08:54 org.apache.catalina.startup.SetAllPropertiesRule begin
WARNUNG: [SetAllPropertiesRule]{Server/Service/Connector} Setting
property 'maxSpareThreads' to '75' did not find a matching property.
10.12.2010 11:08:54 org.apache.catalina.startup.SetAllPropertiesRule begin
...
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org