See below..

> -----Original Message-----
> From: Chris Faulkner [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 21, 2002 16:31
> To: Tomcat Users List
> Subject: Re: RE: jdk processes
>
>
> Hi
>
> Thanks for your comments.
>
> >You should have a look in the server.xml file and at your
> httpd.conf to see
> >if it is similar like this :
> >(maxTheads should be the same as the apache threads)
> >
> >        <Ajp13Connector port="8009"
> >                        maxThreads="150"
> >                        maxSpareThreads="50"
> >                        minSpareThreads="10" />
> >
> >(thanx Henri..)
>
> We haven't used AJP13 since mod_webapp is the supposed to be the
> preferred method with TC 4.0.1. We used AJP12 with TC 3.2.3 and
> set the parameters as you show. We still got the same
> problems so we're not overconfident that AJP13 will fix them.

Ajp12 is not maintained anymore and my change to ajp13 solved a huge amount
of problems..

> Interesting to read what you say about the restarts - I'll try
> restarting TC with no Apache restarts.

The commit was done a week ago or something, so you have to build it from
cvs...

> On the session timeout, I have that set to 10 minutes (from the
> default 30). If there is one thread per session then maybe I
> ought to go to 5 minutes or less ! Where is the parameter that govens how
> often the session are checked. In Apache JServ, I recall
> something like checkInterval in the zone.properties file. Maybe
> TC4 is cleverer onthat one.

I don't know where it is in tc4, but I guess it is in the server.xml (don't
have huge loads here ;((...

Mvgr,
Martin




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to