You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Richard Burman <ri...@ardentia.co.uk> on 2006/02/02 16:26:41 UTC

Tomcat under IIS using isapi_redirect.dll

Hi all,

 

I'm having a little trouble getting tomcat to work in conjunction with
IIS. I have followed the instructions to the letter but to no avail.
When I check in the IIS properties, the filter has a green arrow so the
isapi portion seems to be okay. When I try to take a look at something
that should be farmed out to Tomcat, I get "The specified module could
not be found" and in the log I see:

 

[Thu Feb 02 11:57:38 2006] [5684:1588] [debug] jk_isapi_plugin.c (835):
Default redirection of /NetSearch/jsp/index.jsp

[Thu Feb 02 11:57:38 2006] [5684:1588] [debug] jk_uri_worker_map.c
(449): Attempting to map URI '/NetSearch/jsp/index.jsp' from 4 maps

[Thu Feb 02 11:57:38 2006] [5684:1588] [debug] jk_uri_worker_map.c
(461): Attempting to map context URI '/NetSearch/servlet/*'

[Thu Feb 02 11:57:38 2006] [5684:1588] [debug] jk_uri_worker_map.c
(461): Attempting to map context URI '/NetSearch/*.jsp'

[Thu Feb 02 11:57:38 2006] [5684:1588] [debug] jk_uri_worker_map.c
(475): Found a wildchar match NetSearchWorker -> /NetSearch/*.jsp

[Thu Feb 02 11:57:38 2006] [5684:1588] [debug] jk_isapi_plugin.c (845):
check if [/NetSearch/jsp/index.jsp] is points to the web-inf directory

[Thu Feb 02 11:57:38 2006] [5684:1588] [debug] jk_isapi_plugin.c (863):
[/NetSearch/jsp/index.jsp] is a servlet url - should redirect to
NetSearchWorker

 

Any hints on where I'm going wrong?

 

Cheers,
Richard.