You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John Sullivan <jo...@oopl.com.au> on 2001/07/18 01:45:11 UTC

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

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

Posted by Robert Finneran <ro...@digitalskyscrapers.com>.
I'm getting errors when I run JSP's using IIS and TOMCATThings to check:

Be careful that your registry setting are pointing to the right place for
the workers.properties and uriworkermap.properties files.
Look under HKEY_LOCALMACHINE\SOFTWARE\Apache Software Foundation\Jakarta
Isapi Redirector\1.0 for these settings.

  -----Original Message-----
  From: John Sullivan [mailto:johns@oopl.com.au]
  Sent: Tuesday, July 17, 2001 4:45 PM
  To: tomcat-user@jakarta.apache.org
  Subject: 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