On Mon, 4 Feb 2002 13:54:59 +0100, Michael Weller <[EMAIL PROTECTED]> wrote:
>hI! >Since a JSP actually is a servlet (i.e. gets compiled to one), this could be >done just like explained here: >http://swjscmail1.java.sun.com/cgi-bin/wa?A2=ind9908&L=servlet-interest&P=R2 >3474. The thread above discusses the servlet2.2 spec scenario. If you are developing on servlet 2.3 spec, you can make use of filters. If you look at the servlet specs [1], section SRV 6.1, it says Among the types of functionality available to the filter author are - Actions on a servlet, on groups of servlets or static content by zero, one or more filters in a specifiable order. Further ahead in SRV 6.1.1, the spec says : Examples of Filtering Components ..... � Data compression filters ... Regds, Gokul > >-mw > > >----- Original Message ----- >From: "Rajkishore Dash" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, February 04, 2002 10:37 AM >Subject: Sending Cmpressed content > > >| Hi Group, >| >| Can any body pleae tell me how can i compress the contents generated by a >.jsp >| so that the download is faster. >| >| I am looking some similar example as given in "Java Servlet programming >| O'Reilley" Chapter 6. >| >| I am using a servet to redirect response to a .jsp. >| >| >| Thanks and Regards >| Raj ___________________________________________________________________________ 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
