I did not configure the native webserver/tomcat server come with the Mac OS X
Server. I downloaded a Tomcat 6.0.29 and tried to run it on port 80 (using
sudo). I have been able to have the service up for no problem until
yesterday. Now I when I launch Tomcat, I got the following:


Aug 11, 2010 5:01:57 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path:
.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
Aug 11, 2010 5:01:57 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-80
Aug 11, 2010 5:01:57 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 425 ms
Aug 11, 2010 5:01:57 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 11, 2010 5:01:57 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
Aug 11, 2010 5:01:57 PM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
Aug 11, 2010 5:01:57 PM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor manager.xml
Aug 11, 2010 5:01:57 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory docs
Aug 11, 2010 5:01:57 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory examples
Aug 11, 2010 5:01:58 PM org.apache.catalina.startup.HostConfig
deployDirectory
INFO: Deploying web application directory ROOT
Aug 11, 2010 5:01:58 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-80
Aug 11, 2010 5:01:58 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Aug 11, 2010 5:01:58 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/24  config=null
Aug 11, 2010 5:01:58 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 700 ms
Aug 11, 2010 5:02:10 PM org.apache.tomcat.util.net.JIoEndpoint
createWorkerThread
INFO: Maximum number of threads (200) created for connector with address
null and port 80



If I go the http://localhost/manager/status, I saw a whole bunch of threads
with:

P ? ? ? ? ? ?


Now I'm completely lost as to how these threads get spawned. 

Can anyone give me some ideas?

Thanks.
-- 
View this message in context: 
http://old.nabble.com/Tomcat-6-thread-limit-problem-on-Mac-OS-X-Server-10.5.5-tp29414129p29414129.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to