You are not logged in Log in Join
You are here: Home » Members » djflux's Home » Zope, IIS6 and ASP404 » :( » discussionitem_view

Log in
Name

Password

 

Comment

Comment

Discussion icon :(

Posted by: izabel at 2007-02-02

I'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