set the response buffer size : response.setBufferSize(). set it to some 3MB.
Regards sathya.V -----Original Message----- From: Danny Guindi [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 9:40 PM To: [EMAIL PROTECTED] Subject: servlet/tomcat/browser problem Hello all, I am having odd problems running one of my servlets. I am not sure if the problem is between the servlet and tomcat, or between tomcat and the web browser (IE). I am running the servlet like any other I have, but sometimes the stream that writes the HTML dynamically to the browser just gets interrupted! My servlet doesn't exit on error or exception... it runs completely and it exits successfully, but the output stream gets cut off. The browser receives some of the HTML code, but not all of it. I have debugged the servlet extensively, but I haven't found anything wrong with it. Any ideas would be greatly appreciated. Config: Java Servlet API 2.1.1 Apache 1.2.12 Tomcat 3.1 Internet Explorer 5.5 Thanks in advance, Danny ________________________________________________________________________ ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
