Looks to me like your Tomcat is either not running, or listening on a
different port:

[Tue Oct 15 13:48:24 2002]  [jk_connect.c (115)]: jk_open_socket, try to
connect socket = 632
[Tue Oct 15 13:48:25 2002]  [jk_connect.c (124)]: jk_open_socket, after
connect ret = -1
[Tue Oct 15 13:48:25 2002]  [jk_connect.c (143)]: jk_open_socket, connect()
failed errno = 61

FYI -

It would be A LOT easier for people to help you if you would post some
config files (as I've already suggested twice...maybe 3 times is the charm).
Probably could have saved the last 2 or 3 iterations of "OK, I tried X and
got Y, now what?".  But hey, if you want to draw this out, that's cool.

John


> -----Original Message-----
> From: Lior Shliechkorn [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 15, 2002 1:53 PM
> To: Tomcat Users List
> Subject: RE: Tomcat IIS Worker problem
> 
> 
> 
> Ok, so now that I changed the service to ajp12 I get the 
> following in the log file:
> [Tue Oct 15 13:48:24 2002]  [jk_isapi_plugin.c (679)]: 
> HttpExtensionProc started
> [Tue Oct 15 13:48:24 2002]  [jk_worker.c (123)]: Into 
> wc_get_worker_for_name ajp12
> [Tue Oct 15 13:48:24 2002]  [jk_worker.c (127)]: 
> wc_get_worker_for_name, done  found a worker
> [Tue Oct 15 13:48:24 2002]  [jk_isapi_plugin.c (701)]: 
> HttpExtensionProc got a worker for name ajp12
> [Tue Oct 15 13:48:24 2002]  [jk_ajp12_worker.c (223)]: Into 
> jk_worker_t::get_endpoint
> [Tue Oct 15 13:48:24 2002]  [jk_ajp12_worker.c (121)]: Into 
> jk_endpoint_t::service
> [Tue Oct 15 13:48:24 2002]  [jk_connect.c (108)]: Into jk_open_socket
> [Tue Oct 15 13:48:24 2002]  [jk_connect.c (115)]: 
> jk_open_socket, try to connect socket = 632
> [Tue Oct 15 13:48:25 2002]  [jk_connect.c (124)]: 
> jk_open_socket, after connect ret = -1
> [Tue Oct 15 13:48:25 2002]  [jk_connect.c (143)]: 
> jk_open_socket, connect() failed errno = 61
> [Tue Oct 15 13:48:25 2002]  [jk_ajp12_worker.c (134)]: In 
> jk_endpoint_t::service, sd = -1
> [Tue Oct 15 13:48:25 2002]  [jk_ajp12_worker.c (152)]: In 
> jk_endpoint_t::service, Error sd = -1
> [Tue Oct 15 13:48:25 2002]  [jk_isapi_plugin.c (716)]: 
> HttpExtensionProc error, service() failed
> [Tue Oct 15 13:48:25 2002]  [jk_ajp12_worker.c (163)]: Into 
> jk_endpoint_t::done
> 

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

Reply via email to