Comment
Above in this comment thread:
Zope, IIS6 and ASP404 » IIS 6 still problems? » Re: IIS 6 still problems? » Solution » Re: Solution »
Comment
:(
Posted by: izabel at 2007-02-02I'm sorry to inform you that it did not work good. But I have written a small Java proxy and it solved the problem! In few words - I've used jakarta isapi_redirector to redirect from IIS web to the Java service. Using Jetty, I'm able to handle AJP13 protocol (Java - IIS), and then from Java I do whole host-header analyze, request data from Zope, and return it back to the client. Using TanukiWrapper, Java proxy is running as NT service. Seems very wierd combination (IIS, Java, Plone :) ), that's why it was interesting for me. And now, it really works!
Bye, Izabel