Overriding JspWriter/JspFactory

2001-03-05 Thread Jim Cheesman
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

Re: Overriding JspWriter/JspFactory

2001-03-05 Thread William Brogden
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.)

Re: Overriding JspWriter/JspFactory

2001-03-05 Thread Jim Cheesman
At 04:21 PM 3/5/2001, you wrote: Jim Cheesman wrote: Is there anyway to redirect the JSP output (in my case xml, html and wml) to a file? snip I have seen suggested that you simply create another local application which sends a request to the JSP URL (emulating a browser) and