I've been running Tomcat 3.1 which comes bundled with Borland JBUILDER4
on my personal NT workstation using PWS. I am now trying the install
Tomcat on and NT IIS server.

I have verified all of the installation instructions in the Tomcat IIS
HOWTO document and gone through the troubleshooting procedures of this
document.

When I launch the STARTUP.BAT file, it immediately shuts itself down.
The isapi log shows the following:

[jk_uri_worker_map.c (111)]: Into
jk_uri_worker_map_t::uri_worker_map_alloc
[jk_uri_worker_map.c (144)]: Into
jk_uri_worker_map_t::uri_worker_map_open
[jk_uri_worker_map.c (158)]: jk_uri_worker_map_t::uri_worker_map_open,
rule map size is 3
[jk_uri_worker_map.c (214)]: Into
jk_uri_worker_map_t::uri_worker_map_open, match rule /servlet/=ajp12 was
added
[jk_uri_worker_map.c (214)]: Into
jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=ajp12
was added
[jk_uri_worker_map.c (214)]: Into
jk_uri_worker_map_t::uri_worker_map_open, match rule
/context/=worker_name was added
[jk_uri_worker_map.c (243)]: Into
jk_uri_worker_map_t::uri_worker_map_open, there are 3 rules
[jk_uri_worker_map.c (264)]: jk_uri_worker_map_t::uri_worker_map_open,
done
[jk_worker.c (98)]: Into wc_open
[jk_worker.c (217)]: Into build_worker_map, creating 1 workers
[jk_worker.c (223)]: build_worker_map, creating worker ajp12
[jk_worker.c (154)]: Into wc_create_worker
[jk_worker.c (168)]: wc_create_worker, about to create instance ajp12 of
ajp12
[jk_ajp12_worker.c (264)]: Into ajp12_worker_factory
[jk_worker.c (177)]: wc_create_worker, about to validate and init ajp12
[jk_ajp12_worker.c (182)]: Into jk_worker_t::validate
[jk_ajp12_worker.c (194)]: In jk_worker_t::validate for worker ajp12
contact is localhost:8007
[jk_worker.c (187)]: wc_create_worker, done
[jk_worker.c (233)]: build_worker_map, removing old ajp12 worker
[jk_worker.c (245)]: build_worker_map, done
[jk_worker.c (118)]: wc_open, done
[jk_isapi_plugin.c (385)]: In HttpFilterProc test redirection of
/examples/jsp/index.html
[jk_uri_worker_map.c (286)]: Into jk_uri_worker_map_t::map_uri_to_worker

[jk_uri_worker_map.c (338)]: jk_uri_worker_map_t::uri_worker_map_open,
done with ajp12
[jk_isapi_plugin.c (395)]: In HttpFilterProc /examples/jsp/index.html
should redirect to ajp12
[jk_worker.c (139)]: Into wc_get_worker_for_name ajp12
[jk_worker.c (143)]: wc_get_worker_for_name, done  found a worker
[jk_ajp12_worker.c (223)]: Into jk_worker_t::get_endpoint
[jk_ajp12_worker.c (121)]: Into jk_endpoint_t::service
[jk_connect.c (107)]: Into jk_open_socket
[jk_connect.c (114)]: jk_open_socket, try to connect socket = 1448
[jk_connect.c (123)]: jk_open_socket, after connect ret = -1
[jk_connect.c (142)]: jk_open_socket, connect() failed errno = 61
[jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = -1
[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
[jk_ajp12_worker.c (163)]: Into jk_endpoint_t::done
[jk_uri_worker_map.c (127)]: Into
jk_uri_worker_map_t::uri_worker_map_free
[jk_uri_worker_map.c (273)]: Into
jk_uri_worker_map_t::uri_worker_map_close
[jk_uri_worker_map.c (278)]: jk_uri_worker_map_t::uri_worker_map_close,
NULL parameter
[jk_uri_worker_map.c (134)]: In
jk_uri_worker_map_t::uri_worker_map_free, NULL parameters
[jk_worker.c (125)]: Into wc_close
[jk_worker.c (127)]: wc_close, done

Any ideas what might be causing this to happen? Thanks in advance for
your response.



Reply via email to