How to persist the JSP produced output to a file (without using the browser's save)
Abhilesh Khatri
Ranch Hand
Joined: Oct 02, 2002
Posts: 39
posted
0
How to persist the JSP produced output to a file without using the browser i.e I want to save the produced output from a JSP page to a file through program. More precisely, what I want is to construct a static HTML page from a JSP page. Is there any way to capture the response object and transform the data to FileOutputStream ? please help. Any help will be appreciated. regards abhilesh [ October 07, 2002: Message edited by: Abhilesh Khatri ]
chanoch wiggers
Author
Ranch Hand
Joined: May 24, 2001
Posts: 245
posted
0
start by looking at jcache
chanoch<p><a href="http://www.amazon.com/exec/obidos/ASIN/1861007736/" target="_blank" rel="nofollow">Author of Professional Apache Tomcat</a></p>