Hi Henri,

thanks for the quick reply.

This is what is used (same config as the former AJP13Connector)

        <CoyoteConnector
processorClassName="org.apache.jk.server.JkCoyoteHandler"
                          port="11019"
                          maxThreads="2048"
                          maxSpareThreads="80"
                          minSpareThreads="40" />

old was:

        <Ajp13Connector  port="11019"
                         shutdownEnable="true"
                         maxThreads="2048"
                         maxSpareThreads="80"
                         minSpareThreads="40" />

served from 2 Apache Servers each with 1024 maxthreads. Threads should be
enough.


I saw 8 occurrences of the stacktrace within 2 Days, so it does not occur
often.
I can go back to my old server.xml with the AJP13Connectors as well, but I
would
love to run Coyote for a while in order to prepare a Tomcat 5 upgrade.

We have up to 50 concurrent users and up to 800000 req/day :)
But not now. this is in November :)


BTW. I am missing the shutdownEnabled feature :(
(One addional AJP12Connector and port per Tomcat Instance required)



> -----Ursprungliche Nachricht-----
> Von: Henri Gomez [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 22. April 2004 11:46
> An: Tomcat Developers List
> Betreff: Re: AW: java.io.IOException: Read bytes failed in Tomcat 3.3.2
> with Coyote Connectors
>
>
> Hans Schmid wrote:
> > Sorry, I forgot to mention, that we are using mod_jk 1.2.5 on the Apache
> > side
>
> I'm using the same config at works, jk 1.2.5 and TC 3.3.2 and didn't see
> such problem.
>
> Are you sure the number of ajp13 threads are correctly set, regarding
> the number of connections allowed on web server ?
>
> We have heavily loaded Tomcat/Apache couple (more than 300000 req/day)
> and the only problem I could see is from time to time the :
>
> INFO: Unknown message 0
>
> This one is fixed in CVS (post 3.3.2 release).

Thanks, I know. Just testing that one.

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


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

Reply via email to