Title: I'm getting errors when I run JSP's using IIS and TOMCAT

Hi,
        I'm having problems getting JSP's to run with TOMCAT and IIS.  I've followed the instructions at Jakarta.apache.org and I've also followed the instructions at www.verysimple.com/scripts/support_tc_iis.html

Everything appears ok. When I start all the services, Tomcat runs ok, IIS starts and the redirector appears with a green arrow.  When the services first start these lines appear in the isapi.log file:

        [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter
        [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameters

I'm assuming that that is OK.  When I call a JSP I then get an IE page saying

"The Page is unavailable. The page you are looking for is currently unavailable.
The Web site might be experiencing technical difficulties, or you may need
to adjust your browser settings."

and the following lines in the isapi.log:

[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61
[jk_ajp12_worker.c (152)]: In ::service, Error sd = -1
[jk_isapi_plugin.c (554)]: HttpExtensjk_endpoint_tionProc error, service() failed
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61
[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
[jk_isapi_plugin.c (554)]: HttpExtensionProc error, service() failed

I'm assuming that these lines indicate an error.

Does anyome have an idea whats going on here?

Take Care,

John Sullivan

Reply via email to