On Tue, 2005-09-06 at 06:19 +0000, d d wrote: > Using FO i am generating a pdf report. > The code for this is in a JSP (which is obviously generated dynamically). > Now i want to save a copy of this generated pdf on server. > Any idea how this can be done??
Just guessing but if I understand you right then maybe a filter on that request which fetches the output and copies it (also) to a file will do the trick. Same filter might also be able to intercept the request and fetch that file if it exists instead of forwarding the request to the JSP page. (Are you trying to cache the PDF output?) Cheers, --Amos --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]