WebSphere 3.0, not 3.022, had a bug in that it opened the OutputStream too soon and gave this kind of errors. In any case it's bad practice to send binary data from a JSP; it's best to do a redirect to a servlet.
Best Regards, Paulo Soares > -----Original Message----- > From: Nitesh Arora [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 13:26 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [iText-questions] Re: PDF generation JSP problem > > Hi. > > As such there is no deplytool with Websphere. I place all the jsp files in > the /web directory and they work fine. can u throw some light on the it. > And > what about the calendar application.??? > > Thanx & regards > > Nitesh Arora > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, February 07, 2002 5:21 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [iText-questions] Re: PDF generation JSP problem > > > Nitesh Arora writes: > > > OutputStream already obtained > > java.lang.IllegalStateException: OutputStream already obtained at > > I tested the example using the J2EE reference application server. > I got the same error at first because I didn't deploy the JSP the > right way. After using the deploytool correctly, the problem was > solved... > > Bruno > > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
