David Thielen wrote:
> 3.    I consistently get the following in the isapi_redirect.log file
> (removed duplicates):
> 
> [Fri Jan 27 12:40:39 2006] [error] HttpExtensionProc::jk_isapi_plugin.c
> (1029): could not get a worker for name ajp13
> 
> [Fri Jan 27 13:53:06 2006] [info]  ajp_send_request::jk_ajp_common.c (1178):
> Socket 616 is not connected any more (errno=-1)
> 
> [Fri Jan 27 13:53:06 2006] [info]  ajp_send_request::jk_ajp_common.c (1225):
> All endpoints are disconnected or dead
> 
> [Fri Jan 27 13:53:06 2006] [info]  ajp_service::jk_ajp_common.c (1749):
> Sending request to tomcat failed,  recoverable operation attempt=1
> 
> [Fri Jan 27 13:53:07 2006] [info]  jk_open_socket::jk_connect.c (444):
> connect to 127.0.0.1:8009 failed with errno=61
> 
> [Fri Jan 27 13:53:07 2006] [info]  ajp_connect_to_endpoint::jk_ajp_common.c
> (889): Failed opening socket to (127.0.0.1:8009) with (errno=61)
> 
> [Fri Jan 27 13:53:07 2006] [info]  ajp_send_request::jk_ajp_common.c (1248):
> Error connecting to the Tomcat process.
> 
> [Fri Jan 27 13:53:08 2006] [error] ajp_service::jk_ajp_common.c (1758):
> Error connecting to tomcat. Tomcat is probably not started or is listening
> on the wrong port. worker=ajp13w failed 
> 
> [Fri Jan 27 13:53:08 2006] [error] HttpExtensionProc::jk_isapi_plugin.c
> (1022): service() failed

Hmm. 61 is connection refused according to
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/windows_sockets_error_codes_2.asp

Have a look a Mladen's reply to a similar problem:
http://marc.theaimsgroup.com/?l=tomcat-user&m=102553922207529&w=2

It essentially says, set
worker.ajp13.cachesize=100

Looking at the docs
(http://tomcat.apache.org/connectors-doc/config/workers.html) the
default cachesize value for IIS is ten. I am pretty sure this is
because non-server versions of windows limit the number of incoming
connections to 10. On a server edition of Windows there is no limit so
 this will need to be higher.

Mark


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

Reply via email to