On Thu, 2 May 2002, Ivan Balashov wrote:

> Date: Thu, 2 May 2002 17:38:27 +0400
> From: Ivan Balashov <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>,
>      Ivan Balashov <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: JSP's GzippedOutputStream
>
> Hi!
> Afaik servlets may produce Gzipped template output something like this:
>   .......
>   OutputStream out1 = response.getOutputStream();
>   out = new PrintWriter(new GZIPOutputStream(out1), false);
>   response.setHeader("Content-Encoding", "gzip");
>   .........
>
> But how we can do that with JspWriter? Is it possible to do similar
> with JSP?
>

No.

JSP is for text output only, not binary.

> Use Tomcat 4.x
>
> Thanks!
>
>
> --
> Sincerely yours,
>  Ivan                          mailto:[EMAIL PROTECTED]
>

Craig


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to