Hi. I've got a problem. I'm trying to run a JSP application on Orion.
If a response generated is too long (that's the case I suppose),
I don't get the answer on the browser. But I'm sure that all JSP/servlet
code is executed because I can see a log that is printed in the last line of
JSP.

I've set flush parameters in JSP:

<%@ page autoFlush="true"%>
<%@ page buffer="10kb"%>

and I've set default buffer size in orion-web.xml:

<orion-web-app
 deployment-version="1.5.2"
 persistence-path="./persistence/state.ser"
 jsp-cache-directory="./persistence"
 temporary-directory="./temp"
 servlet-webdir="/servlet/"
 default-buffer-size="12000"
>
</orion-web-app>

Anybody knows why I don't get the answer from app server?

Thanks for any help.
Regards.

Michal

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to