Hans Schmid wrote:

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)

2048 threads on both Tomcat and Apache2 ?


I'm using only 150 threads on both end

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



Reply via email to