Andrey Grebnev wrote:
Hello All,
I try to use:
- Apache 1.3.33 under Windows XP SP2
- mod_jk-1.2.10-apache-1.3.33.so
<IfModule mod_jk.c>
JkWorkerProperty worker.list=ajp13w
JkWorkerProperty worker.ajp13w.type=ajp13
JkWorkerProperty worker.ajp13w.host=localhost
JkWorkerProperty worker.ajp13w.port=8009
# Add the cache. Tt should match the MaxClients in httpd.conf
# and maxThreads in server.xml for AJP connector
JkWorkerProperty worker.ajp13w.cachesize=150
Apache 1.3 on windows is not prefork so you actually have a
single connection to tomcat without setting the cache size.
Regards,
Mladen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]