in server.xml for each connector
-----Original Message-----
From: Luc Foisy [mailto:Luc.Foisy@(protected)]
Sent: Monday, December 01, 2003 10:58 AM
To: Tomcat User List (E-mail)
Subject: Perhaps a thread problem
Tomcat 4.1.18-LE with Java 1.4.0_03
RedHat 9
Tomcat is serving through https
from catalina.out
Dec 1, 2003 11:09:55 AM
org.apache.tomcat.util.log.CommonLogHandler log
INFO: All threads are busy, waiting. Please increase maxThreads or
check the servlet status75 75
some application output (which looks like its functioning properly)
lastURL =======
/icrm/content.jsp?title=Introduction&token=fb8c00f54cf5bb7288d5f89e83f78b7a
lastURL =======
/icrm/content.jsp?title=Web%20Application%20Navigation&token=b33cd4c
0ad12d504e56328c4ee355ec5
lastURL =======
/icrm/content.jsp?title=Web%20Application%20Navigation&token=c26e299
92ae8a564480b1bae5337bca0
Then a bunch of the following (maybe 50 times, same time too)
Stopping service Tomcat-Standalone
Dec 1, 2003 1:08:15 PM
org.apache.tomcat.util.log.CommonLogHandler log
SEVERE: Caught exception executing
org.apache.tomcat.util.net.TcpWorkerThread@(protected)
<mailto:org.apache.tomcat.util.net.TcpWorkerThread@(protected)>,
terminating thread
java.lang.IllegalStateExceptionat
org.apache.tomcat.util.threads.ThreadPool.runIt (
ThreadPool.java:245)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:503)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Thread
Pool.java:530)
at
java.lang.Thread.run (
Thread.java:536)
What is this telling me? Where do I set maxThreads?
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)