Barry Clarkson wrote:
Red Hat Linux AS 4 Mod_jk 1.2.18 (binary distribution mod_jk-apache-2.0.49-linux-i686.so) Apache 2.0.52
worker.ajp13.cachesize=10
Remove this directive. I suppose you are using prefork mpm?
server.xml: <!-- Define an AJP 1.3 Connector on port 8091 --> <Connector className="org.apache.ajp.tomcat4.Ajp13Connector" port="8091" minProcessors="5" maxProcessors="75" acceptCount="10" debug="1"/>
What is the number of StartServers in httpd.conf? It might be its a higher number then maxProcessors, so you will get connection refused errors. Regards, Mladen. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]