Hi!

Set the IIS to 5.0 compliance. Check the logfile of the isapi redirector. 
For some reason the log wont work when running in "6.0 mode".

Se if the log gives you the answare.

/Per Jonsson




[EMAIL PROTECTED] 
2006-03-27 08:10
Please respond to
"Tomcat Users List" <users@tomcat.apache.org>


To
users@tomcat.apache.org
cc

Subject
IIS Isapi Redirector Not Working - 404 Error







I am trying to get IIS 6.0 to redirect http requests to Tomcat 5.5 on port
8080.

I have downloaded and installed the isapi_redirect.msi from this link:
http://www.axint.net/apache/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.15

/

It created the "jakarta" virtual directory under the default web site in
IIS.  The ISAPI filter was added for the isapi_redirect.dll and is showing
the green arrow status.  I edited uriworkermap.properties and added the
relevant context to be redirected to Tomcat:
/auth/*=wlb

I have explicitly allowed the isapi_redirect.dll as a web service 
extension
in IIS.  I verified the registry entries created by the Isapi redirector,
and everything looks okay.  I also verified in Tomcat's server.xml that 
the
AJP 1.3 connector is set up (port 8009).

When I go directly to the 8080 URL, it works just fine:
http://localhost:8080/auth/Authorize

When I try to redirect from port 80, it fails:
http://localhost/auth/Authorize

I get a 404 error in the IIS log, indicating that the redirector is not
handling the requests:
2006-03-27 05:57:57 W3SVC1 127.0.0.1 GET /auth/Authorize - 80 - 127.0.0.1
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
404 0 3

Any ideas ?


Thanks,
Eric


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




********************************************************************************
This e-mail and the information it contains may be privileged and/or
confidential.  It is for the intended addressee(s) only.
The unauthorised use, disclosure or copying of this e-mail, or any information 
it contains, is prohibited. 
If you are not an intended recipient, please contact the sender and delete the 
material from your computer.
********************************************************************************

Reply via email to