You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Thomas Tuft Muller <tt...@online.no> on 2001/08/20 19:58:09 UTC

Problems setting up IIS 5.0 and Tomcat 3.2.*

Hi,

I've some problems setting up IIS and Tomcat for a server box (I have the
exact same configuration working on my laptop).

As far as I can see, the redirect filter does not work - the http log
indicates this. There is also dumped some rubbish (0-bytes) in the log-file
that reinforces this suspicion.

The funny thing is, that the isapi.log indicates that the filter is working
(or at least that it is in fact redirected to):

[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

But the http log says:

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2001-08-20 17:22:56
#Fields: time c-ip cs-method cs-uri-stem sc-status
17:22:56 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2001-08-20 17:28:08
#Fields: time c-ip cs-method cs-uri-stem sc-status
17:28:08 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404
17:28:24 127.0.0.1 GET /index.html 304

.... all the tomcat logs are fine and shows that the apps starts.

and yes, the uriworkermap.properties is defined correct:

# Mount the servlet context to the ajp12 worker
/servlet/*=ajp12

# Mount the examples context to the ajp12 worker
/examples/*=ajp12

# Mount the admin context to the ajp12 worker
/admin/*=ajp12

# Mount the test context to the ajp12 worker
/test/*=ajp12

# Mount the cvslet context to the ajp12 worker
/jcvslet/*=ajp12

Any suggestions is MUCH appreciated!!!

--

Thomas







*************************************************************************
Copyright ERA Technology Ltd. 2001. (www.era.co.uk). All rights reserved. 
Confidential. No liability whatsoever is accepted for any loss or damage 
suffered as a result of accessing this message or any attachments.