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?

Use Tomcat 4.x

Thanks!

-- 
Best regards,
 Ivan                          mailto:[EMAIL PROTECTED]


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

Reply via email to