Hi All!

I'm trying to set up the ISAPI redirect service on a server and am running
into some problems. I have tried to search the archives, but haven't found
anything (not to put mikal.org down, but the search facilities there aren't
stellar...).

setup:
- Win 2000 Pro
- IIS 5.0
- Tomcat 3.2.1 (inkl isapi_redirect.dll)

I have followed the instructions in the tomcat-iis-howto.html on a copy of
Tomcat 3.2.1 downloaded this morning (I have tried the same kind of setup
with another tomcat installation, but decieded to repeat the problem to you
with an unchanged Tomcat installation instead...). Everything seem to be
working smoothly, I get the green arrow and Tomcat and the Ajp12Connector
has started on 8007, but I get a 404 and the log is like follows:

------------------------------------------------------------
[jk_uri_worker_map.c (155)]: Into jk_uri_worker_map_t::uri_worker_map_alloc
[jk_uri_worker_map.c (195)]: Into jk_uri_worker_map_t::uri_worker_map_open
[jk_uri_worker_map.c (210)]: jk_uri_worker_map_t::uri_worker_map_open, rule
map size is 2
[jk_uri_worker_map.c (266)]: Into jk_uri_worker_map_t::uri_worker_map_open,
match rule /servlet/=ajp12 was added
[jk_uri_worker_map.c (266)]: Into jk_uri_worker_map_t::uri_worker_map_open,
match rule /examples/=ajp12 was added
[jk_uri_worker_map.c (295)]: Into jk_uri_worker_map_t::uri_worker_map_open,
there are 2 rules
[jk_uri_worker_map.c (316)]: jk_uri_worker_map_t::uri_worker_map_open, done
[jk_worker.c (82)]: Into wc_open
[jk_worker.c (207)]: Into build_worker_map, creating 2 workers
[jk_worker.c (213)]: build_worker_map, creating worker ajp12
[jk_worker.c (138)]: Into wc_create_worker
[jk_worker.c (152)]: wc_create_worker, about to create instance ajp12 of
ajp12
[jk_ajp12_worker.c (264)]: Into ajp12_worker_factory
[jk_worker.c (161)]: 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 (177)]: wc_create_worker, done
[jk_worker.c (223)]: build_worker_map, removing old ajp12 worker
[jk_worker.c (213)]: build_worker_map, creating worker ajp13
[jk_worker.c (138)]: Into wc_create_worker
[jk_worker.c (152)]: wc_create_worker, about to create instance ajp13 of
ajp13
[jk_ajp13_worker.c (708)]: Into ajp23_worker_factory
[jk_worker.c (161)]: wc_create_worker, about to validate and init ajp13
[jk_ajp13_worker.c (383)]: Into jk_worker_t::validate
[jk_ajp13_worker.c (396)]: In jk_worker_t::validate for worker ajp13 contact
is localhost:8009
[jk_ajp13_worker.c (422)]: Into jk_worker_t::init
[jk_worker.c (177)]: wc_create_worker, done
[jk_worker.c (223)]: build_worker_map, removing old ajp13 worker
[jk_worker.c (235)]: build_worker_map, done
[jk_worker.c (102)]: wc_open, done
[jk_isapi_plugin.c (408)]: HttpFilterProc started
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/examples/jsp/index.html
[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (406)]: jk_uri_worker_map_t::map_uri_to_worker, Found a
match ajp12
[jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/jsp/index.html] is a
servlet url - should redirect to ajp12
[jk_isapi_plugin.c (461)]: HttpFilterProc check if
[/examples/jsp/index.html] is points to the web-inf directory
-------------------------------------------------------

To me, it seems like everything is correctly started, the redirector matches
the request (the one from tomcat-iis-howto.html) but does not send it to the
worker. What have I missed? Both worker and uriworkermap are unchanged from
the distribution.


Thanks in advance!
/Måns af Klercker

Tacton Systems AB, Saltmätargatan 7, 113 59 Stockholm, Sweden
Phone +46 8 6900750, Direct +46 8 6900767, Mobile +46 730 324932
[EMAIL PROTECTED] | http://www.tacton.com

BEGIN:VCARD
VERSION:2.1
N:af Klercker;M�ns
FN:M�ns af Klercker
ORG:Tacton Systems AB
TITLE:Developer
TEL;WORK;VOICE:+46-8-6900767
TEL;HOME;VOICE:+46-18-714722
TEL;CELL;VOICE:+46 (-730) -324932
TEL;WORK;FAX:+46-8-6900764
ADR;WORK:;;Saltm�targatan 7;Stockholm;;S-11359;Sweden
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Saltm=E4targatan 7=0D=0AStockholm S-11359=0D=0ASweden
ADR;HOME:;;V�derkvarnsgatan 52A;75326  Uppsala;;;Sweden
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:V=E4derkvarnsgatan 52A=0D=0A75326  Uppsala=0D=0ASweden
X-WAB-GENDER:2
URL:http://www.tacton.com
URL:http://www.tacton.com
BDAY:19730713
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20010103T094021Z
END:VCARD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to