Re: Question about AJP Connector Configuration

2010-01-01 Thread Bill Barker
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 > --

Question about AJP Connector Configuration

2009-12-31 Thread scotthamilton77
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

AJP connector configuration

2006-09-06 Thread Jim Weir
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

AJP Connector configuration

2006-01-19 Thread McClure, James
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.