Problems with Apache and Tomcat talking

2007-02-09 Thread Travis Taggart
Here is the error I am getting in my log file * [Fri Feb 09 15:45:41 2007] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61 [Fri Feb 09 15:45:41 2007] [jk_ajp13_worker.c (196)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 61 [Fri Feb 09 15:45:41 2007]

Re: Problems with Apache and Tomcat talking

2007-02-09 Thread Rainer Jung
You should tell us, which versions and platform you are using, and also your config. I guess you are running on Windows. 61 relates to Winsock error 10061, which is connection refused. So it's likely host and port of your worker do not match ip and port of your tomcat server. Also your logs

Re: Problems with Apache and Tomcat talking

2007-02-09 Thread Mladen Turk
Travis Taggart wrote: Here is the error I am getting in my log file * [Fri Feb 09 15:45:41 2007] [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61 All the threads in the Tomcat are busy. Increase the maxThreads for AJP/1.3 connector in server.xml Regards, Mladen.