Assume that isapi_redirect.dll is placed in d:/tomcat/bin/iis/i386/isapi_redirect.dll and that you created the properties files are in d:/tomcat/conf.
1.. In the registry, create a new registry key named
"HKEY_LOCAL_MACHINE/SOFTWARE/Apache Software Foundation/Jakarta Isapi Redirector/1.0"
2.. Add a string value with the name extension_uri and a value of /jakarta/isapi_redirect.dll
3.. Add a string value with the name log_file and a value pointing to where you want your log file to be (for example d:/tomcat/isapi.log)
4.. Add a string value with the name log_level and a value for your log level (can be debug, inform, error or emerg).
5.. Add a string value with the name worker_file and a value of D:/tomcat/conf/workers.properties (you can copy this file from the CVS)
6.. Add a string value with the name worker_mount_fileand a value of D:/tomcat/conf/uriworkermap.properties (you can copy this file from the CVS)
7.. Using the IIS management console, add a new virtual directory to your IIS/PWS web site. The name of the virtual directory must be jakarta, its physical path should be the directory where you placed isapi_redirect.dll (in our example it is d:/tomcat/bin/iis/i386). While creating this new virtual directory assign it with execute access.
8.. Using the IIS management console, add isapi_redirect.dll as a filter in your IIS/PWS web site. The name of the filter should reflect its task (I use the name jakarta), its executable must be our d:/tomcat/bin/iis/i386/isapi_redirect.dll.
9.. Restart IIS (stop + start the IIS admin server), make sure that the jakarta filter is marked with a green up-pointing arrow.
That's all, you should now start tomcat and ask IIS to serve you the /examples context.