Tomcat starts 5 connector threads, plus the other internal threads that it uses for its own house keeping.

Andrew

On 08.11.2004, at 08:29, Michael Echerer wrote:



1) When I start tomcat with above server.xml , it creates 9 process with same output on shell. it is I configured tomcat to run with minSpareThreads="5" then why it start with 9 threads?
You configured 5 connector threads that not necessarily match OS threads (or whatever you saw). Check with Tomcat's manager application how many connector threads you really have.

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to