You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ken Cowley <KC...@dthomas.co.uk> on 2001/06/30 21:26:17 UTC

problem with isapi redirect

I have installed the filter into IIS and it appears to be running.
I can view the main page for the examples.

//localhost/examples/jsp/index.html

But when I attempt to execute one of the JSP pages I get a
page not found error, and the following output in the log file

[Sat Jun 30 20:09:33 2001]  [jk_isapi_plugin.c (355)]:
jk_ws_service_t::write, WriteClient failed
[Sat Jun 30 20:09:33 2001]  [jk_ajp12_worker.c (601)]:
ajpv12_handle_response, error writing back to server

I have set all the relevent registry settings (this is the output
from the iis_redirect_reg-auto file

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi
Redirector\1.0]
"extension_uri"="/jakarta/isapi_redirect.dll"
"log_file"="D:\\jakarta-tomcat\\logs\\iis_redirect.log"
"log_level"="debug"
"worker_file"="D:\\jakarta-tomcat\\conf\\workers.properties"
"worker_mount_file"="D:\\jakarta-tomcat\\conf\\uriworkermap.properties"

I am using Win2K pro, IIS 5 and JDK1.3 (it comes with borland JBuilder4).
All examples are installed under TOMCAT_HOME\webapps.

If anybody can suggest what I have done wrong I would be creatful.