On Tue, 28 Nov 2000, Morten Holm wrote:

> > You could do this another way - rather than write all your data straight
> > down the outputStream, you could right it all to a buffer, and read the
> > length from there before streaming it down the output stream....
>
> I could do that, but how do i force my .jsp to use this buffer transparently?


I don't think you can, I don't know anything about jsp - I've only used
servlets, so I don't know if this is possible, but you could maybe chain
a servlet in-between that does this......

Catherine

___________________________________________________________________________
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

Reply via email to