hi ; 

u can use it like that in your server.xml

 <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter 
                name="handler" 
 
value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>

            <Parameter 
                name="port"  
                value="8007"/>            
            <Parameter
                name="max_threads"
                value="30"/>
            <Parameter
                name="max_spare_threads"
                value="20"/>
            <Parameter
                name="min_spare_threads"
                value="5" />
        
        </Connector>

I think this is what u want 
-----Original Message-----
From: Wolle [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 06, 2001 3:52 AM
To: tomcatUser
Subject: Threads


Hello all wise guys,
Could I manange the number of Thread that Tomcat will creat ?
Is there an  Option in the server.xml (somthing like max_thread) ?
when yes, how do I configure this.

Greetings,
Michael

Reply via email to