> is it possible to reroute the output of a processed jsp page into a String or
> StringBuffer object in order to send it as an email message with the Java
> Mail API?

I know that you are using Tomcat v3.x, but you might want to consider
upgrading to v4.0 because you could use a Servlet Filter to do this job.

-Bryan

Reply via email to