-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

All,

I suppose I can't claim divination, here, since this was posted before I
made my prediction, but I swear I didn't read it.

On 2/24/2010 5:30 AM, Munirathinavel wrote:
>               worker.worker1.connection_pool_timeout=600

[snip]

>       <Connector connectionTimeout="60000"

Boom!

worker.connection_pool_timeout is in sec, while
Connector.connectionTimeout is in ms. You want
connectionTimeout="600000", just like the example in the documentation:
http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html

>        debug="0"
>        maxThreads="150"
>        minSpareThreads="25"
>        maxSpareThreads="75"
>        minProcessors="5"
>        maxProcessors="100"
>        acceptCount="100"
>        disableUploadTimeout="true"

All that crap is useless. Read the documentation:
http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html

>                       <Listener className = 
> "org.apache.jk.config.ApacheConfig"
> workersConfig="conf/workers.properties"
> modJk="D:/Apache2.2/modules/mod_jk.so" jkLog="logs/mod_jk.log"
> jkDebug="info" noRoot="false"/>

Double boom!

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuFS+0ACgkQ9CaO5/Lv0PC3mgCggdmm9miw0CVhwiaMCYAaINEv
E5AAoKxnSKmDcsFmrrwEmK7gHz8ZXPaM
=qqKD
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to