Author: mturk Date: Mon Sep 22 04:10:04 2008 New Revision: 697782 URL: http://svn.apache.org/viewvc?rev=697782&view=rev Log: I simply hate this log message. In 99% it usualy means tomcat has too low maxThreads value set
Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c?rev=697782&r1=697781&r2=697782&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c (original) +++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Mon Sep 22 04:10:04 2008 @@ -2352,8 +2352,7 @@ } /* Log the error only once per failed request. */ jk_log(l, JK_LOG_ERROR, - "(%s) Connecting to tomcat failed. Tomcat is probably not started " - "or is listening on the wrong port", + "(%s) connecting to tomcat failed.", aw->name); /* XXX: Do we need to fix rc or is_error before returning? */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]