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

Log in
Name

Password

 

Comment

Comment

Discussion icon Re: Solution

Posted by: ronin at 2007-01-25

But, how do you send the binary data? I thought that, in order to do that, you must use:

binaryData = Request.binaryRead(Request.totalBytes)

but Request.totalBytes is equal to 0 in this case (or is this wrong?) Could you post hear your modifications to the script? Thank you a lot!

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