You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Randy Layman <ra...@aswethink.com> on 2001/04/03 14:01:44 UTC

RE: IIS out of process

	Your problem is either isapi_redirect.dll can't find your
uriworkermap.properties file (bad registry setting) or that you haven't
mapped any URLs to your defined request handlers.  From the log it appears
that you only create one worker named ajp13, but never map anything to it.
I would suggest that you revert your uriworkermap.properties file and your
workers.properties file.

	Randy

> -----Original Message-----
> From: Oliver H. Ohly [mailto:oo@tedas.de]
> Sent: Tuesday, April 03, 2001 8:28 AM
> To: tomcat-user@jakarta.apache.org
> Cc: Georg Fritzsche
> Subject: IIS out of process
> 
> 
> Hi to everybody,
> 
> Does anybody know how to configure tomcat and IIS on NT 4.0 
> completely so that tomcat serves Servlets received by IIS via ajpv12?
> 
> What works: The isapi_redirect.dll is loaded by IIS-Service. 
> (green up pointing arrow).
> Depending on the settings in uriworkermap.properties the IIS 
> serves static html or lets it serve by tomcat.
> 
> What doesn't work:
> Regardless of the uriworkermap.properties Settings - No 
> servlet is executed after the given request on the IIS-Tomcat 
> conglomerate. The error logging in the IIS-logfile says:
> 
> 10:23:15 127.0.0.1 GET /jakarta/isapi_redirect.dll 200
> 10:30:24 127.0.0.1 GET /jakarta/isapi_redirect.dll 200
> 
> The isapi.log says:
> 
> [jk_worker.c (164)]: wc_create_worker NULL factory for ajp13
> [jk_worker.c (239)]: build_worker_map failed to create workerajp13
> [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_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_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_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_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_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_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
> 
> Does anyone have some advice?
> 
> P.S. I studied the Mail-Archive but couldn't find anything 
> helpful for my specific problem. The documentation (IIS How 
> To) is incomplete.
> 
> Greetings, Olly
> --------------------------------------------
> Beschwerlich die Verstandigung,
> Muhselig die Telefonie.
> Erleichterung und frischen Schwung
> Bringt TEDAS, your voice dot IP!
> --------------------------------------------
> Ruf mich an ...  Dot IP!
> --------------------------------------------
> Dot IP or not to be!
>                            (Dr. Gatekeeper)
>