my system
> crawls to a halt until I kill the tomcat java process.
>
> So... can someone explain whether the connectionTimeout and
> keepAliveTimeout
> really do anything (useful) for AJP? What am I missing?
>
> Thanks in advance,
> Scott
> --
ew this message in context:
http://old.nabble.com/Question-about-AJP-Connector-Configuration-tp26981946p26981946.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.a
Is my old worker.properties file I added this to complete the Apache
2.0.48/Tomcat 5.5 workers.properties configuration and everything worked
fine.
uri:/mysite/*]
worker=ajp13:localhost:8009
Since installing Apache 2.2.3 I can't get to my website without appending
the directory onto the end
I have an environment with Tomcat 5.5, AJP1.3, Apache 2 and refer to the
server.xml file content for my installation.
The Tomcat 5.5 AJP Connector configuration eludes to a Connector
attribute by the name of "backlog", which can be set to configure the
pending request queue size.