views:

548

answers:

1

I have a following setup:

  • App - Magnolia site running under Tomcat 6.0.16
  • ISAPI - Tomcat connector isapi_redirect-1.2.28
  • web server - IIS 7
  • host OS - Windows 2008

Everything works fine until i try to access Magnolia admin part which is protected. Tomcat returns HTTP 401 status code with the authentication form as response body and that works fine when accessed from the local machine where the actual setup is.

But, as soon as i place an request to the admin part from another host, i receive native 401 response page served by the IIS 7. Magnolia login page response is suppressed from IIS and its static 401 file is served instead.

Same happens with an 404 response. Locally i receive tomcat 404 response page, but remote client receives IIS 7 404 page.

Any ideas why IIS 7 is behaving differently in both cases?

I checked the isapi redirector and it returns identical responses regardless on the request host address. Therefore i assume that the problem lies in IIS 7 but have no idea where should i look at.

Thanks

A: 

Maybe you need custom_errors=false in your web.config.

Joshua
I cannot believe that i had the answer just a click away. 2 minutes after i posted the question i got it.However, credits go to Joshua for providing the correct answer.
ljubomir

related questions