Re: mod_jk error log

2006-04-27 Thread Mladen Turk

Todd Huss wrote:
On all of our webservers from development (doing 1 page view every few 
minutes) to production (doing 500 page views per minute) we're seeing 
these error messages in the mod_jk log:


[Thu Apr 20 17:57:45 2006] [jk_ajp_common.c (783)]: ERROR: can't receive 
the response message from tomcat, network problems or tomcat is down 
(127.0.0.1:8009), err=-54


You have connectionTimeout set in server.xml for
AJP/1.3 connector, correct?

We're running Apache 1.3.33 and Mod_jk 1.2.13 on FreeBSD. Any 
idea what configuration setting might be causing this and how we might 
fix it?




Use mod_jk 1.2.15 (latest stable). 1.2.13 is a mess.
Look at:
http://tomcat.apache.org/connectors-doc/changelog.html

Regards,
Mladen.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk error log

2006-04-27 Thread thuss2

Hi Mladen,

I'll upgrade to the latest mod_jk. I do have a timeout set as follows:

Connector port=8009 connectionTimeout=2
   maxThreads=500 minSpareThreads=5 maxSpareThreads=75
   enableLookups=false redirectPort=8443 debug=0
   protocol=AJP/1.3 /

Then in my workers.properties we have:

worker.tomcat.socket_timeout=60

Does that look OK?
--
View this message in context: 
http://www.nabble.com/mod_jk-error-log-t1519311.html#a4126407
Sent from the Tomcat - User forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]