I am running apache with
tomcat. I don't want apache to buffer any output during a response from a servlet/jsp. I want it to send it right out to the client and not wait till it has its full response. Kind of like the way tomcat works by itself.
Is there a directive I could set that will turn off the buffer in apache?
P.S. Using Tomcat as a stand alone is not an option. Also, I am using the JServ module.
Thanks in advance
[This message has been edited by Thomas Mcfarrow (edited November 15, 2001).]
[This message has been edited by Thomas Mcfarrow (edited November 15, 2001).]