Have you tried the User's Guide?
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/uguide/tomcat_ug.htm
l
--jeff
----- Original Message -----
From: "Wolle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 06, 2001 4:28 AM
Subject: Re: Threads
> Hei,
> thanks, that was exactly what I mean
>
> Greetings,
> Michael
> P.S. Exists some doku about this features ?
>
> [EMAIL PROTECTED] wrote:
>
> > 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
>
> --
> __
> Gruss,
> Wolle
>
> -------------------------------------------------------
> [EMAIL PROTECTED]
>
>