Re: PDF problem on IE from JSP

2008-01-18 Thread Pid
Jonadan wrote: BTW, is this problem is specific to Tomcat ONLY? Or also occurs in other servers such as JBoss, and so on? Are you delivering your PDF over an HTTPS connection? It's not a Tomcat problem, it's probably an IE problem. Some versions of IE have issues with responses that contain

Re: PDF problem on IE from JSP

2008-01-18 Thread Frank W. Zammetti
Jonadan wrote: BTW, is this problem is specific to Tomcat ONLY? Or also occurs in other servers such as JBoss, and so on? FYI, a while ago I wrote a page on the Struts wiki dealing with serving PDFs... while it was meant for Struts, the majority of the information is in fact completely

Re: PDF problem on IE from JSP

2008-01-18 Thread Jonadan
It's just plain HTTP! Pid-2 wrote: Jonadan wrote: BTW, is this problem is specific to Tomcat ONLY? Or also occurs in other servers such as JBoss, and so on? Are you delivering your PDF over an HTTPS connection? -- View this message in context: http://www.nabble.com/PDF-problem-on-IE

Re: PDF problem on IE from JSP

2008-01-18 Thread Jonadan
for the first time. But will abandon next time for fresh copy! At least current my testing worked. Regards. -- View this message in context: http://www.nabble.com/PDF-problem-on-IE-from-JSP-tp14879788p14967238.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: PDF problem on IE from JSP

2008-01-17 Thread Jonadan
: http://www.nabble.com/PDF-problem-on-IE-from-JSP-tp14879788p14935186.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: PDF problem on IE from JSP

2008-01-17 Thread MrKimi
documents are generated. -- View this message in context: http://www.nabble.com/PDF-problem-on-IE-from-JSP-tp14879788p14938025.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail

Re: PDF problem on IE from JSP

2008-01-17 Thread Jonadan
RequestDispatcher. It works properly now. Regards. MrKimi wrote: The critical part of my solution (which I got from someone else's post) is the setting of the cache stuff. -- View this message in context: http://www.nabble.com/PDF-problem-on-IE-from-JSP-tp14879788p14936162.html Sent

Re: PDF problem on IE from JSP

2008-01-17 Thread MrKimi
in context: http://www.nabble.com/PDF-problem-on-IE-from-JSP-tp14879788p14935934.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: PDF problem on IE from JSP

2008-01-17 Thread Jonadan
BTW, is this problem is specific to Tomcat ONLY? Or also occurs in other servers such as JBoss, and so on? -- View this message in context: http://www.nabble.com/PDF-problem-on-IE-from-JSP-tp14879788p14947983.html Sent from the Tomcat - User mailing list archive at Nabble.com

PDF problem on IF from JSP

2008-01-16 Thread Jonadan
IE and Tomcat does not support or my JSP does not take care, etc. Anyone had the same problems before? Jonadan. -- View this message in context: http://www.nabble.com/PDF-problem-on-IF-from-JSP-tp14879788p14879788.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: PDF problem on IE from JSP

2008-01-16 Thread Pitre, Russell
stream. ServletOutputStream out = response.getOutputStream(); baos.writeTo(out); out.flush(); -Original Message- From: Jonadan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 7:46 AM To: users@tomcat.apache.org Subject: PDF problem on IE from JSP Hi, I am generating PDF

Re: PDF problem on IE from JSP

2008-01-16 Thread Pid
Jonadan wrote: Hi, I am generating PDF documents from JSP directly to output stream. However when I try it from IE, it does not work properly. Sometime nothing happens. Sometimes, show data corruption error. Sometimes connection error, etc. I suspect it may be something to do with partial

RE: PDF problem on IE from JSP

2008-01-16 Thread Jonadan
properly. IE tends to read PDF page by page as we read pages. Regards. -- View this message in context: http://www.nabble.com/PDF-problem-on-IE-from-JSP-tp14879788p14896465.html Sent from the Tomcat - User mailing list archive at Nabble.com

RE: PDF problem on IE from JSP

2008-01-16 Thread Jonadan
Or IE does not like content or does not expect as valid connection. -- View this message in context: http://www.nabble.com/PDF-problem-on-IE-from-JSP-tp14879788p14899461.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: PDF problem on IE from JSP

2008-01-16 Thread MrKimi
this message in context: http://www.nabble.com/PDF-problem-on-IE-from-JSP-tp14879788p14905302.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e