Re: Writing JSP output to file
From: Mike (mikekelly100_at_hotmail.com)
Date: 02/24/04
- Next message: me: "Internet Explorer/java applet wont print color"
- Previous message: Thomas Weidenfeller: "Re: Suggestions for ideas to Final year project"
- In reply to: Dave Dave: "Re: Writing JSP output to file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Feb 2004 01:13:31 -0800
slmlambert@hotmail.com (Dave Dave) wrote in message
> Take a look at Servlet Filters. They will enable you to capture the
> response of the JSP page, and then write it to a file/directory.
>
> You should be aware that file IO operations are quite expensive, and
> consequently will add latency to the request - response cycle.
Thanks, I'll check that out.
M
- Next message: me: "Internet Explorer/java applet wont print color"
- Previous message: Thomas Weidenfeller: "Re: Suggestions for ideas to Final year project"
- In reply to: Dave Dave: "Re: Writing JSP output to file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|