First, I would suggest that you post only in plain text (not HTML or
RTF) since a number of the more experienced users can't easily read the
complex messages, and you really want them to read your question.

        Second, the solution is to edit your uriworkermap.properties file to
add an entry that maps looks something like "/test/*=ajp12" - this will let
the ISAPI filter know to redirect all urls starting with test to Tomcat.
You'll then need to restart the inetinfo process (either use the Services
control panel or restart the machine).

        Randy
-----Original Message-----
From: Tom Dorgan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 6:45 PM
To: '[EMAIL PROTECTED]'
Subject: IIS tomcat integration with webapps/test


hi, 
I have gotten the basic examples working running standalone as well as
integration to IIS. So, both http://localhost:8080/examples/jsp/index.html
and http://localhost/examples/jsp/index.html work.
I also got the webapps/test stuff going by adding a context Path = "/test",
entry for test which I copied from the examples entry in server.xml. The
link http://localhost:8080/test/servlet/servlet1 works fine (via tomcat).
 BUT, the link http://localhost/test/servlet/servlet1 gives a 404 error and
the isapi log says: 
[jk_isapi_plugin.c (408)]: HttpFilterProc started 
[jk_isapi_plugin.c (429)]: In HttpFilterProc test redirection of
/test/servlet/servlet1 
[jk_uri_worker_map.c (345)]: Into jk_uri_worker_map_t::map_uri_to_worker 
[jk_uri_worker_map.c (435)]: jk_uri_worker_map_t::map_uri_to_worker, done
without a match 
[jk_isapi_plugin.c (452)]: HttpFilterProc [/test/servlet/servlet1] is not a
servlet url 
[jk_isapi_plugin.c (461)]: HttpFilterProc check if [/test/servlet/servlet1]
is points to the web-inf directory 
and the webserver logs: 
22:43:02 127.0.0.1 GET /test/servlet/servlet1 404 
any ideas appreciated, thanks. 
tom. 

Reply via email to