I'm sorry if this is a simple question -- I haven't had the time to read the
full spec yet.

I want to save the output generated by a JSP-generated servlet to a .HTML
file on my web server. So that I don't have to call all our business logic
more often than necessary. Can this be done easily?

Is the generated servlet accessible in a standardized way? I could probably
grab hold of the generated servlet and move the .java code somewhere else
and run it from there -- but I'm looking for a more automatic and supported
way of doing this.

Thank you in advance!
Bengt B�verman
[EMAIL PROTECTED]

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to