Jim Cheesman wrote:
> 
> Is there anyway to redirect the JSP output (in my case xml, html and wml)
> to a file?
> 
> The web.xml that tomcat uses on startup has the servlet
> org.apache.jasper.runtime.JspServlet controlling the JspFactoryImpl (and
> JspWriterImpl, PageContextImpl etc.) implementations, but I'd rather not
> have to reimplement the classes in this pacakage if there is a simpler way
> to do it.
> 
> Any ideas?
> 
> Jim
> 

I have seen suggested that you simply create another local application
which sends a request to the JSP URL (emulating a browser) 
and captures the result to file.
This has the advantage of not altering your JSP code.

WBB

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to