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!
--
Sincerely yours,
Ivan mailto:[EMAIL PROTECTED]
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>