Have you solved the problem? I'm running with Liferay 6.0.6 CE, with tomcat 6.0.29. I'm using is java http connector, where I configured maxThreads="300". I have two liferay balanced server, and both became idle with this message:
1INFO: Maximum number of threads (300) created for connector with address null and port 8080
after 6/7 hours and I can observe that
1netstat -an | grep CLOSE_WAIT | wc -l
says to me that there are more than 400 connection in that state. If I improve the maxThreads number the problem move forward in time.
Moreover I have this INFO from log
1INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:..
My doubt is also that this component is missing, but I have seen APR docs and seems that I need to reinstall tomcat, and should be a problem for me because I used the bundle.
Please sign in to flag this as inappropriate.