Comment
Comment
Re: Solution
Posted by: ronin at 2007-01-25But, 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
:(
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