Jeff,

There's actually a slightly roundabout way to do this.
>From some separate java module, use a java.net.url to open a
connection to your servlet/jsp.  Capture the stream and store
it into a file - the stream generated by the servlet/jsp
will be pure html, and so can be stored into a temporary
*.html file which can then be processed by your preexisting
infrastructure.

-AMT

> -----Original Message-----
> From: JeffRyan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 09, 2000 5:55 AM
> To: [EMAIL PROTECTED]
> Subject: Creating .html file from JSP
>
>
> Hi,
>
> Is it possible to create a file on the application server
> corresponding to what is in the out object in the jsp?
>
> We're looking into e-mail and fax capabilties from our
> application server.  Once we have a file, we have all the
> plumbing in place to do this.  However, with a dynamically
> created page, how do you create a .html file on the server?
>
> Thanks, Jeff
>
> Think of your net worth as what you have given rather than
> what you have.
>
> Jeff Ryan
> Hartford Financial Services
> [EMAIL PROTECTED]
> 860.547.4237
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to