Is there a way to call a JSP within my web app so that I can capture the HTML that the JSP produces? I'd like to capture that HTML and store it in a file rather than returning it as part of the response. I have tried java.net.URL, but it has issues when testing over HTTPS (self-signed certs) and was hoping that servlets allowed something like request dispatcher include/forward that would make it easier for me to invoke a page within my webapp and capture it.

Thanks,
David

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to