You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dino Peterson <di...@attglobal.net> on 2000/11/27 03:51:06 UTC

IIS Tomcat/ISAPI problems

I have followed the 'Tomcat IIS How To' and cannot get the isapi_redirect.dll to load under IIS 4.0

Any suggestions on where I could look for logs/msgs ??

Many thanks,
Dino Peterson

Re: IIS Tomcat/ISAPI problems

Posted by Lee Poh Heng <le...@cybersmith.com.sg>.
If the ISAPI filter status is not up, it could be due to the fact that
the registry setting and the virtual directory setting is wrong. Or
you didn't give the virtual directory execution rights.

If you still cannot get the ISAPI filter to work, I have written a 
small Window program to configure IIS and Tomcat.
Get it here:

http://www.namesdb.com/leeph/

Download the file "Kitten.zip". Unzip and run Kitten.exe. 
It should automate most of the configuration procedure.
If You are interested, the Delphi source code is also included.

Hope you find it useful.
  ----- Original Message ----- 
  From: Dino Peterson 
  To: tomcat-user@jakarta.apache.org 
  Sent: Monday, November 27, 2000 10:51 AM
  Subject: IIS Tomcat/ISAPI problems


  I have followed the 'Tomcat IIS How To' and cannot get the isapi_redirect.dll to load under IIS 4.0
   
  Any suggestions on where I could look for logs/msgs ??
   
  Many thanks,
  Dino Peterson

RE: IIS Tomcat/ISAPI problems

Posted by Marc Saegesser <ma...@apropos.com>.
If the isapi_redirect fails to load (i.e. you see the red arrow on the
filters page) the most common reason is that one of the files identified by
the worker_file or worker_mount_file registry entries are missing or
invalid.

If the filer loads but requests don't get sent to Tomcat then there may be a
problem with the extension_uri registry key or with your virtual
directories.  The redirector writes information to the logfile specified in
the log_file registry entry (normally tomcat\iis_redirect.log.  Set the
log_level registry entry to debug see detailed information about the
progress of the request through the redirector.

-----Original Message-----
From: Dino Peterson [mailto:dinop@attglobal.net]
Sent: Sunday, November 26, 2000 8:51 PM
To: tomcat-user@jakarta.apache.org
Subject: IIS Tomcat/ISAPI problems


I have followed the 'Tomcat IIS How To' and cannot get the
isapi_redirect.dll to load under IIS 4.0

Any suggestions on where I could look for logs/msgs ??

Many thanks,
Dino Peterson