RE: SOLUTION to problems with iis redirection

2001-01-29 Thread Etienne Baert \(SPS Office\)
integration with IIS the first time we did it. Etienne -Original Message- From: Carles Pi-Sunyer [mailto:[EMAIL PROTECTED]] Sent: lundi 29 janvier 2001 23:25 To: '[EMAIL PROTECTED]' Subject: RE: SOLUTION to problems with iis redirection Step three of this message solved a long o

RE: SOLUTION to problems with iis redirection

2001-01-29 Thread Ignacio J. Ortega
Hola Todos: > HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters. > This key contains a "," > separated list of dlls ( full paths ) - you need to > insert the full > path to isapi_redirect.dll. > > The words "For PWS" should be removed. > > I hope this will help solve

RE: SOLUTION to problems with iis redirection

2001-01-29 Thread Carles Pi-Sunyer
Step three of this message solved a long outstanding problem I was having. The instructions say to only set the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Filter DLLs key if you are using PWS. Since I was using IIS I didn't set the key and I was never able to get Tomcat/

RE: SOLUTION to problems with iis redirection

2001-01-28 Thread Ignacio J. Ortega
Hola William: > I noticed that quite a few people were having trouble with using the > isapi_redirect.dll to integrate tomcat with IIS 5.0 on > Windows 2000 and I > spent a few hours banging my head against the keyboard to > come up with these > amendments to the documentation. Hope this he